UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

4 lines 145 B
export function uid() { return (Date.now().toString(36) + Math.random().toString(36)).replaceAll('.', '-'); } //# sourceMappingURL=uid.js.map