-
-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
Currently, the Plugin
type is not exported, so I can't do:
function myPlugin(): Plugin { … }
The workaround is to use this type:
type Plugin = Exclude<import('tsup').Options['plugins'], void>[number]
Metadata
Metadata
Assignees
Labels
No labels