Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export declare const createLock: ({ timeout }: {
|
||||
timeout: number | null;
|
||||
}) => {
|
||||
lock: () => number;
|
||||
unlock: (id: number) => void;
|
||||
waitForAllToBeDone: () => Promise<unknown>;
|
||||
};
|
||||
Reference in New Issue
Block a user