cat-bookmarker/assets/node_modules/webpack-merge/dist/utils.d.ts

6 lines
255 B
TypeScript
Raw Normal View History

2024-03-10 18:52:04 +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 };