Icard/angular-clarity-master(work.../node_modules/webpack-merge/dist/utils.d.ts

6 lines
255 B
TypeScript
Raw Normal View History

2024-07-16 15:23:22 +00:00
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 };