Apply module bundling
[platform/framework/web/wrtjs.git] / node_modules / webpack-merge / dist / utils.d.ts
1 declare function isRegex(o: any): boolean;
2 declare function isFunction(functionToCheck: any): any;
3 declare function isPlainObject(a: any): boolean;
4 declare function isUndefined(a: any): boolean;
5 export { isRegex, isFunction, isPlainObject, isUndefined };