Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export declare const validateConcurrency: ({ setting, value, checkIfValidForCurrentMachine, }: {
|
||||
value: unknown;
|
||||
setting: string;
|
||||
checkIfValidForCurrentMachine: boolean;
|
||||
}) => void;
|
||||
export declare const getMaxConcurrency: () => number;
|
||||
export declare const getMinConcurrency: () => number;
|
||||
Reference in New Issue
Block a user