UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

4 lines (3 loc) 253 B
export { isNull, isNil, isUndefined, isString, isNumber, isBoolean, isObject, isArray, isArrayLike, isFunction, } from 'lodash-es'; export declare const isWindow: (value: any) => value is Window; export declare const isNumeric: (value: any) => boolean;