UNPKG

dpkit

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

12 lines (9 loc) 212 B
#!/usr/bin/env node process.removeAllListeners("warning") process.on("warning", warning => { if (warning.name === "ExperimentalWarning") { return } console.warn(warning) }) await import("../main.ts")