UNPKG

knip

Version:

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

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