All files
/
common/utils
random-string-generator.util.ts
66.67%
Statements
2/3
100%
Branches
0/0
0%
Functions
0/1
100%
Lines
2/2
1 2 3 4
1x
1x
import * as uuid from 'uuid/v4'; export const randomStringGenerator =
()
=>
uuid();