Skip to content

Commit

Permalink
docs: up
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Sep 27, 2024
1 parent c1d47c7 commit 4507a45
Show file tree
Hide file tree
Showing 21 changed files with 525 additions and 83 deletions.
161 changes: 113 additions & 48 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/Errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ test('exports', () => {
"Hex_SizeExceedsPaddingSizeError",
"Hex_SizeOverflowError",
"Hex_SliceOffsetOutOfBoundsError",
"Log_ArgsMismatchError",
"Provider_IsUndefinedError",
"PublicKey_InvalidCompressedPrefixError",
"PublicKey_InvalidError",
Expand Down
2 changes: 0 additions & 2 deletions src/Errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export {
Hex_SliceOffsetOutOfBoundsError,
} from './internal/Hex/errors.js'

export { Log_ArgsMismatchError } from './internal/Log/errors.js'

export { Provider_IsUndefinedError } from './internal/Provider/errors.js'

export {
Expand Down
Loading

0 comments on commit 4507a45

Please sign in to comment.