commit 5e34e8c3d8421b571943aec66200880a96ce8d4c
parent dad3299dd07bb7afa4d326fc16457a8ff6f64d5f
Author: triesap <137732411+triesap@users.noreply.github.com>
Date: Mon, 28 Oct 2024 03:20:32 +0000
geocoder: edit global.d.ts
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/geocoder/src/global.d.ts b/geocoder/src/global.d.ts
@@ -1 +1,6 @@
-declare module "jshashes";
-\ No newline at end of file
+declare module 'jshashes' {
+ export class SHA256 {
+ b64(input: string): string;
+ b64_hmac(key: string, input: string): string;
+ }
+}
diff --git a/geocoder/tsconfig.json b/geocoder/tsconfig.json
@@ -9,7 +9,7 @@
"outDir": "./dist",
"rootDir": "./src",
"noEmit": true,
- "skipLibCheck": true,
+ "skipLibCheck": true,
},
"include": [
"src"