generated from JackalLabs/template_vite_module
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Sample Docs | ||
# @jackallabs/bech32 Docs | ||
|
||
These docs are generated and may not contain the most current version of the JSDocs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
import { Bech32Handler } from '@/classes' | ||
import { IBech32Handler } from '@/interfaces' | ||
|
||
export * from '@/interfaces' | ||
|
||
export const bech32 = new Bech32Handler('bech32') | ||
export const bech32m = new Bech32Handler('bech32m') | ||
export const bech32: IBech32Handler = new Bech32Handler('bech32') | ||
export const bech32m: IBech32Handler = new Bech32Handler('bech32m') |