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 (8 loc) 273 B
export default (function (o, c, d) { var proto = c.prototype; proto.isTomorrow = function () { var comparisonTemplate = 'YYYY-MM-DD'; var tomorrow = d().add(1, 'day'); return this.format(comparisonTemplate) === tomorrow.format(comparisonTemplate); }; });