UNPKG

datapilot-cli

Version:

Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform

9 lines (6 loc) 192 B
import { PluginFunc } from 'dayjs' declare interface PluginOptions { parseTwoDigitYear?: (yearString: string) => number } declare const plugin: PluginFunc<PluginOptions> export = plugin