| ... | ... | @@ -174,4 +174,9 @@ export function generateCode (length: number) : string {} |
|
|
|
*/
|
|
|
|
export function getTodayStartTimestamp() : number {}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Generate unique id that can be used as object id
|
|
|
|
*/
|
|
|
|
export function createId() : string {}
|
|
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |