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

7 lines 304 B
export default (function (o, c) { var proto = c.prototype; var pluralAliases = ['milliseconds', 'seconds', 'minutes', 'hours', 'days', 'weeks', 'isoWeeks', 'months', 'quarters', 'years', 'dates']; pluralAliases.forEach(function (alias) { proto[alias] = proto[alias.replace(/s$/, '')]; }); });