Skip to content

Commit 271c531

Browse files
committed
Goldenfile
1 parent 6f5ae39 commit 271c531

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module 'crypto' {
2+
export function newUuids(): Promise<[string, string]>;
3+
export function randomS8(count: number): Promise<number[]>;
4+
export function randomU32(count: number): Promise<number[]>;
5+
}

0 commit comments

Comments
 (0)