build-number-generator icon indicating copy to clipboard operation
build-number-generator copied to clipboard

Generates a unique build number with a human-readable build time.

Results 1 build-number-generator issues
Sort by recently updated
recently updated
newest added

Please add the types to the export in `package.json`. ``` "exports": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./lib/index.d.ts" }, ``` Otherwise setting `moduleResolution` to `bundler` will not work.