aboutsummaryrefslogtreecommitdiff
path: root/node_modules/base64-js/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/base64-js/index.d.ts')
-rw-r--r--node_modules/base64-js/index.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/base64-js/index.d.ts b/node_modules/base64-js/index.d.ts
deleted file mode 100644
index 7d9fa1d..0000000
--- a/node_modules/base64-js/index.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function byteLength(b64: string): number;
-export function toByteArray(b64: string): Uint8Array;
-export function fromByteArray(uint8: Uint8Array): string;