Initial commit: BigInt port of healpixjs
Some checks failed
npm-publish / publish (push) Failing after 2s

This commit is contained in:
2026-03-06 01:39:02 +00:00
commit dad67ff297
17 changed files with 1518 additions and 0 deletions

8
index.js Normal file
View File

@@ -0,0 +1,8 @@
// 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';