| Current File : /var/www/hrms.uiet.co.in/node_modules/webpack-merge/dist/utils.d.ts |
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 };