cubing
Version:
A collection of JavaScript cubing libraries.
14 lines (11 loc) • 362 B
JavaScript
// 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.3"
);
export {
packageVersion
};
//# sourceMappingURL=chunk-OI3YIXMQ.js.map