UNPKG

@typescript-package/history

Version:

A TypeScript package for tracking the history of values.

50 lines (49 loc) 1.2 kB
{ "name": "@typescript-package/history", "version": "0.0.1", "author": "wwwdev.io <dev@wwwdev.io>", "description": "A TypeScript package for tracking the history of values.", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/typescript-package/history.git" }, "bugs": { "url": "https://github.com/typescript-package/history/issues" }, "keywords": [ "@typescript-package", "@typescript-package/history", "HistoryAppend", "HistoryPrepend", "History", "Undo", "Redo" ], "funding": [ { "type": "stripe", "url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM" }, { "type": "individual", "url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29" } ], "sideEffects": false, "module": "fesm2022/typescript-package-history.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/typescript-package-history.mjs" } } }