UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 304 B
import { array, last as peek, maxInArray as maxInArr, minInArray as minInArr } from '@visactor/vutils'; export declare function shallowCompare<T, U>(arrA: T | T[], arrB: U | U[]): boolean; export declare function combineDomains(domains: number[][]): number[]; export { array, peek, maxInArr, minInArr };