Files
tryno10/app/code/node_modules/webpack-merge/dist/utils.d.ts
T
2022-04-07 18:09:31 +05:30

6 lines
255 B
TypeScript

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 };