Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/typescript-eslint/…
Browse files Browse the repository at this point in the history
…eslint-plugin-6.13.0
  • Loading branch information
fallenoak authored Nov 28, 2023
2 parents ff6c4ab + a542d19 commit 643e91b
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 15 deletions.
145 changes: 131 additions & 14 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import StructIo, { StructFields, StructOptions } from './type/StructIo.js';
import TlvIo, { TlvValueCallback } from './type/TlvIo.js';
import { validateType } from './util.js';
import { openStream } from './stream/util.js';
import { IoStream, IoType } from './types.js';
import { IoContext, IoSource, IoStream, IoType } from './types.js';

const array = (type: IoType, options: ArrayOptions) =>
new ArrayIo(type, options);
Expand Down Expand Up @@ -161,6 +161,10 @@ const float64le = {
};

export {
IoContext,
IoSource,
IoStream,
IoType,
array,
string,
struct,
Expand Down

0 comments on commit 643e91b

Please sign in to comment.