UNPKG

@localsecurity/name-id

Version:

A utility to create and parse lexicographically sortable ID's with embeded model names and created timestamp

16 lines 362 B
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "Node", "outDir": "./lib", "declaration": true, "declarationMap": true, "emitDeclarationOnly": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src"] }