UNPKG

dpkit

Version:

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

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