| ... | ... | @@ -168,5 +168,9 @@ export function generatePassword (length: number) : string {} |
|
|
|
*/
|
|
|
|
export function generateCode (length: number) : string {}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return today's 12:00 am timestamp in ms
|
|
|
|
*/
|
|
|
|
export function getTodayStartTimestamp() : number {}
|
|
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |