UNPKG

executor-fn

Version:

A lightweight function wrapper with optional state, history, undo/redo, and reset support. Use like a normal function or unlock powerful time-travel features.

45 lines (44 loc) 1.18 kB
{ "name": "executor-fn", "version": "1.1.0", "description": "A lightweight function wrapper with optional state, history, undo/redo, and reset support. Use like a normal function or unlock powerful time-travel features.", "main": "executor.js", "types": "executor.d.ts", "type": "module", "exports": { ".": { "import": "./executor.js", "types": "./executor.d.ts" }, "./v2": { "import": "./executorV2.js", "types": "./executorV2.d.ts" } }, "keywords": [ "executor", "function-wrapper", "undo", "redo", "history", "state", "utility", "react", "zustand", "redux-alternative" ], "author": "Martins Kelvin <martinsifekelvin@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/martino-kevo/executor-fn.git" }, "peerDependencies": { "react": ">=17.0.0" }, "peerDependenciesMeta": { "react": { "optional": true } } }