UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

5 lines 130 B
import { v4 as uuidv4 } from 'uuid'; export const randomId = () => { return uuidv4(); }; //# sourceMappingURL=random-id.js.map