Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
declare type TSetImmediate = (callback: (...args: any[]) => void, args?: any) => void;
|
||||
declare const _default: TSetImmediate;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user