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

14 lines (11 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (...args) { return function (...ignoredArgs /*, callback*/) { var callback = ignoredArgs.pop(); return callback(null, ...args); }; }; module.exports = exports.default;