singulure
Version:
A tiny JavaScript utility to ensure a function can only be called a single time — forever.
28 lines (27 loc) • 582 B
JSON
{
"name": "singulure",
"version": "1.0.0",
"description": "A tiny JavaScript utility to ensure a function can only be called a single time — forever.",
"main": "index.js",
"type": "module",
"keywords": [
"single-call",
"function-control",
"idempotent",
"javascript",
"esmodule",
"minimal",
"performance",
"utility",
"singulure"
],
"author": "Geoffrey Callaghan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fabforms/singulure.git"
},
"scripts": {
"test": "node test.js"
}
}