Files
healpixjs-bigint/index.js
Grzegorz Kucmierz dad67ff297
Some checks failed
npm-publish / publish (push) Failing after 2s
Initial commit: BigInt port of healpixjs
2026-03-06 01:39:02 +00:00

9 lines
268 B
JavaScript

// Export the main BigInt modules
export * from './src/Healpix.js';
export * from './src/Pointing.js';
export * from './src/RangeSet.js';
export * from './src/Vec3.js';
export * from './src/Hploc.js';
export * from './src/Constants.js';
export * from './src/Fxyf.js';