tenebrous-dicebot/api/node_modules/webpack-merge/dist/utils.d.ts

6 lines
259 B
TypeScript

declare function isRegex(o: any): boolean;
declare function isFunction(functionToCheck: any): boolean;
declare function isPlainObject(a: any): boolean;
declare function isUndefined(a: any): boolean;
export { isRegex, isFunction, isPlainObject, isUndefined };