Skip to content

Commit

Permalink
Export type IRandomAccessFileInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 26, 2024
1 parent dfeb64c commit 8d240da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BufferTokenizer } from './BufferTokenizer.js';
import type { ITokenizerOptions } from './types.js';

export { EndOfStreamError, type AnyWebByteStream } from 'peek-readable';
export type { ITokenizer, IRandomAccessTokenizer, IFileInfo, ITokenizerOptions, IReadChunkOptions, OnClose } from './types.js';
export type { ITokenizer, IRandomAccessTokenizer, IFileInfo, IRandomAccessFileInfo, ITokenizerOptions, IReadChunkOptions, OnClose } from './types.js';
export type { IToken, IGetToken } from '@tokenizer/token';
export { AbstractTokenizer } from './AbstractTokenizer.js';

Expand Down

0 comments on commit 8d240da

Please sign in to comment.