Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Jan 10, 2025
1 parent d9fa223 commit f1e0eab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Typings for Node.js specific entry point.
import type {Readable as NodeReadableStream} from 'node:stream';
import type {AnyWebByteStream} from 'strtok3';
import {
type FileTypeResult, type StreamOptions, type AnyWebReadableStream, type Detector, type AnyWebReadableByteStreamWithFileType, FileTypeParser as DefaultFileTypeParser,
type FileTypeResult,
type StreamOptions,
type AnyWebReadableStream,
type Detector,
type AnyWebReadableByteStreamWithFileType,
FileTypeParser as DefaultFileTypeParser,
} from './core.js';

export type ReadableStreamWithFileType = NodeReadableStream & {
Expand Down

0 comments on commit f1e0eab

Please sign in to comment.