Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
type Truthy<T> = T extends false | '' | 0 | null | undefined ? never : T;
|
||||
export declare function truthy<T>(value: T): value is Truthy<T>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user