File "generateUniqueID.d.ts"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/vibes/public/js/we-vi/modules/lib/generateUniqueID.d.ts
File
size: 219 B (219 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/**
* Performantly generate a unique, 30-char string by combining a version
* number, the current timestamp with a 13-digit number integer.
* @return {string}
*/
export declare const generateUniqueID: () => string;