UNPKG

@datorama/akita

Version:

State Management Tailored-Made for JS Applications

12 lines (11 loc) 119 B
/** * Generate random guid * * @example * * { * id: guid() * } * */ export declare function guid(): string;