Skip to content

Commit

Permalink
Fix import path for ITokenizer (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 2, 2022
1 parent 4a6c0db commit e843d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.d.ts
@@ -1,5 +1,5 @@
import {Readable as ReadableStream} from 'node:stream';
import {ITokenizer} from 'strtok3/lib/core';
import {ITokenizer} from 'strtok3';

export type FileExtension =
| 'jpg'
Expand Down

0 comments on commit e843d73

Please sign in to comment.