UNPKG

140 BTypeScriptView Raw
1declare function toTimeStamp(value: any): any;
2declare function isInBBox(bbox: any, point: any): boolean;
3export { toTimeStamp, isInBBox };