UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

10 lines (9 loc) 283 B
export declare const CONTINUE = "continue"; export declare const STOP = "stop"; export declare const RE_EXPORT_KIND: { readonly ALIAS: 'alias'; readonly NAMESPACE: 'namespace'; readonly PASSTHROUGH: 'passthrough'; readonly SELF: 'self'; readonly STAR: 'star'; };