first
This commit is contained in:
5
node_modules/webpack-merge/dist/utils.d.ts
generated
vendored
Normal file
5
node_modules/webpack-merge/dist/utils.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
declare function isRegex(o: any): boolean;
|
||||
declare function isFunction(functionToCheck: any): any;
|
||||
declare function isPlainObject(a: any): boolean;
|
||||
declare function isUndefined(a: any): boolean;
|
||||
export { isRegex, isFunction, isPlainObject, isUndefined };
|
Reference in New Issue
Block a user