UNPKG

xnr

Version:

Easily, quickly and reliably run a Node.js script from the CLI.

8 lines (7 loc) 341 B
/**! xnr | Tom Golden <oss@tom.bio> (https://tom.bio) | @license Apache-2.0 */ export { build } from "./build"; export { type Output } from "./calcOutput"; export { run, type RunConfig } from "./run"; export { transform } from "./transform"; export { transpile } from "./transpile"; export { type SucraseOptions, XnrError } from "./utils";