UNPKG

@vscubing/cubing

Version:

A collection of JavaScript cubing libraries.

14 lines (11 loc) 373 B
#!/usr/bin/env -S node -- // src/metadata/packageVersion.ts var packageVersion = ( // biome-ignore lint/suspicious/noTsIgnore: This comment is stil present in the compiled file, where an error is *not* expected. /** @ts-ignore Populated by `esbuild` at compile time. */ "0.63.1-vscubing.1" ); export { packageVersion }; //# sourceMappingURL=chunk-BSOKOGXQ.js.map