RevelaOS/node_modules/webpack-merge/dist/utils.d.ts
2023-10-15 23:53:41 +01:00

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