UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

7 lines 194 B
export function isDate(value) { return toString.call(value) === '[object Date]'; } export function isNumber(value) { return typeof value === 'number'; } //# sourceMappingURL=types.js.map