You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason why types and interfaces are not exported?
There is not exported namespace with types, nor any of the types or interfaces in purgecss.d.ts.
Example use-case:
/** Error: Module '"purgecss"' has no exported member 'UserDefinedSafelist'. */constmyCoolFunction=async(safelist: UserDefinedSafelist)=>{awaitnewPurgeCSS().purge({content: something,css: something,safelist: safelist});}
Is it be possible to export all non-internal types and interfaces?
The text was updated successfully, but these errors were encountered:
Is there any reason why types and interfaces are not exported?
There is not exported namespace with types, nor any of the types or interfaces in
purgecss.d.ts
.Example use-case:
Is it be possible to export all non-internal types and interfaces?
The text was updated successfully, but these errors were encountered: