UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

5 lines (4 loc) 216 B
/** Create and return sequential id */ export declare const sequentialUID: (name: string, prefix?: string) => string; /** Return random unique identifier */ export declare const randUID: (prefix?: string) => string;