UNPKG

@vyckr/ttid

Version:

A lightweight, time-based identifier generator that tracks creation, update, and deletion timestamps using a progressive format.

17 lines 467 B
{ "compilerOptions": { "strict": true, "outDir": "bin", "target": "ESNext", "module": "ES2022", "moduleResolution": "node", "sourceMap": true, "experimentalDecorators": true, "pretty": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "forceConsistentCasingInFileNames": true, "types": ["bun-types", "node"], "isolatedModules": true } }