aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/src/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen/src/globals.d.ts')
-rw-r--r--packages/abi-gen/src/globals.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abi-gen/src/globals.d.ts b/packages/abi-gen/src/globals.d.ts
index 39df3f852..0b46f2c40 100644
--- a/packages/abi-gen/src/globals.d.ts
+++ b/packages/abi-gen/src/globals.d.ts
@@ -1,4 +1,4 @@
declare function toSnakeCase(str: string): string;
declare module 'to-snake-case' {
- export = toSnakeCase;
+ export = toSnakeCase;
}