Initial commit: BigInt port of healpixjs
This commit is contained in:
8
index.js
Normal file
8
index.js
Normal 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';
|
||||
Reference in New Issue
Block a user