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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/abi-gen/src/globals.d.ts b/packages/abi-gen/src/globals.d.ts
new file mode 100644
index 000000000..39df3f852
--- /dev/null
+++ b/packages/abi-gen/src/globals.d.ts
@@ -0,0 +1,4 @@
+declare function toSnakeCase(str: string): string;
+declare module 'to-snake-case' {
+ export = toSnakeCase;
+}