UNPKG

@winglet/style-utils

Version:

Comprehensive CSS and style management utilities including className manipulation, CSS compression, and universal style manager for TypeScript projects

4 lines (2 loc) 88 B
const getUniqueId = () => Math.random().toString(36).slice(2); export { getUniqueId };