forked from brianreavis/sifter.js
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
You defined a type export in the last line of sifter.ts.
Line 356 in 18a1a48
| export * from './types.ts'; |
This line is converted to EMS like this.
export * from "./types.js";However, types.js is a nearly empty file, which makes the export pointless.
export {};
//# sourceMappingURL=types.js.mapWould you mind to optimize the export?
Metadata
Metadata
Assignees
Labels
No labels