feat: RNG ts 테스트 일치

This commit is contained in:
2022-03-12 20:31:13 +09:00
parent d0576806e2
commit 801b846d69
9 changed files with 269 additions and 38 deletions
+2
View File
@@ -0,0 +1,2 @@
export type Bytes = ArrayBuffer | DataView | Uint8Array;
export type BytesLike = Bytes | string;