Skip to content

Commit 14ad01d

Browse files
committed
fix: Export models.
1 parent 63c527a commit 14ad01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { handleData, handleError, toStream } from './internals.js'
55
import { defaultOptions, FastImageError, ImageInfo, Options } from './models.js'
66
import { FastImageStream } from './stream.js'
77

8-
export * from './models.js'
8+
export { defaultOptions, FastImageError, ImageInfo, Options } from './models.js'
99

1010
export async function info(
1111
source: string | Stream | Buffer,

0 commit comments

Comments
 (0)