Skip to content

Commit 18483ed

Browse files
committed
Add module declaration.
1 parent 9adfd11 commit 18483ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Type definitions for localgeneric v1.1.0
22
// Project: localgeneric
33
// Definitions by: Ryan Barr <https://github.com/ryanbarr>
4+
declare module "localgeneric";
5+
46
declare class _GenericStore<T> {
57
public key: string;
68

0 commit comments

Comments
 (0)