summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/abab/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/abab/index.d.ts')
-rw-r--r--includes/external/school/node_modules/abab/index.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/external/school/node_modules/abab/index.d.ts b/includes/external/school/node_modules/abab/index.d.ts
deleted file mode 100644
index 665a6ad..0000000
--- a/includes/external/school/node_modules/abab/index.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export function atob(encodedData: string): string | null
-export function btoa(stringToEncode: string): string | null