https://github.com/litert/idempotency.js
The simple idempotency control implementation for Node.JS
https://github.com/litert/idempotency.js
idempotency idempotent
Last synced: 3 months ago
JSON representation
The simple idempotency control implementation for Node.JS
- Host: GitHub
- URL: https://github.com/litert/idempotency.js
- Owner: litert
- License: apache-2.0
- Created: 2025-07-20T14:31:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-30T08:44:23.000Z (11 months ago)
- Last Synced: 2025-09-14T14:19:50.726Z (9 months ago)
- Topics: idempotency, idempotent
- Language: TypeScript
- Homepage: https://litert.org/projects/idempotency.js/
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteRT/Idempotency
[](https://www.typescriptlang.org)
[](https://www.npmjs.com/package/@litert/idempotency "Stable Version")
[](https://github.com/litert/idempotency/blob/master/LICENSE)
[](https://github.com/litert/idempotency.js/issues)
[](https://github.com/litert/idempotency.js/releases "Stable Release")
The simple idempotency control implementation for Node.JS
## Requirements
- TypeScript v5.0.x (Or newer)
## Installation
```sh
npm i @litert/idempotency --save
```
## Documents
- [en-US](https://litert.org/projects/idempotency.js/)
## License
This library is published under [Apache-2.0](./LICENSE) license.