UNPKG

jointjs

Version:

JavaScript diagramming library

6 lines (5 loc) 259 B
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 };