include node_modules so release .zip is deployable
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
export declare function nullObj(): {};
|
||||
export type ArgsNum<T extends (...args: any[]) => any> = T extends (...args: infer K) => any ? K["length"] : never;
|
||||
Reference in New Issue
Block a user