Skip to content

Commit

Permalink
docs: rename api module as near
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Nov 10, 2024
1 parent 8f00843 commit 3ff49c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/near-sdk-js/lib/api.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/near-sdk-js/lib/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/near-sdk-js/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* This module gets exported as `near`
* @module near
* */
import {
assert,
NearAmount,
Expand Down

0 comments on commit 3ff49c9

Please sign in to comment.