UNPKG

@visactor/vdataset

Version:

data processing tool

7 lines (6 loc) 161 B
import type { Transform } from '..'; export interface IProjectionOptions { projection: string; as: string; } export declare const projection: Transform;