Skip to content

Commit

Permalink
docs: s2js
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Jul 18, 2024
1 parent 178939d commit 80e86b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Javascript port of s2 geometry library.
*
* @see: https://github.com/missinglink/s2js
*
* @module s2js
*/
export * as r1 from './r1/_index'
export * as r2 from './r2/_index'
export * as s2 from './s2/_index'

0 comments on commit 80e86b2

Please sign in to comment.