Skip to content

Commit

Permalink
fix: Exporting the Schema class as a value, not just as a type.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Dec 21, 2024
1 parent 3271762 commit ac89933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/typed-binary/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { bin };
export default bin;

export { getSystemEndianness } from './util.ts';
export { MaxValue, SubTypeKey } from './structure/types.ts';
export { MaxValue, SubTypeKey, Schema } from './structure/types.ts';
export {
BoolSchema,
Float16Schema,
Expand Down Expand Up @@ -36,7 +36,6 @@ export type {
IKeyedSchema,
Ref,
IRefResolver,
Schema,
ISchema,
AnyKeyedSchema,
AnySchema,
Expand Down

0 comments on commit ac89933

Please sign in to comment.