UNPKG

@visactor/vdataset

Version:

data processing tool

6 lines (5 loc) 141 B
import type { Transform } from '..'; export interface ISimplifyOptions { tolerance?: number; } export declare const simplify: Transform;