Closed
Description
Here's a patch that adds TypeScript support:
diff --git a/node_modules/lockify/index.d.ts b/node_modules/lockify/index.d.ts
new file mode 100644
index 0000000..7f3188b
--- /dev/null
+++ b/node_modules/lockify/index.d.ts
@@ -0,0 +1,4 @@
+declare module 'lockify' {
+ function lockify<T extends CallableFunction>(fn: T): T;
+ export = lockify;
+}
\ No newline at end of file
This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
No labels