UNPKG

knip

Version:

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

9 lines (8 loc) 201 B
interface FixerOptions { text: string; start: number; end: number; flags: number; } export declare const removeExport: ({ text, start, end, flags }: FixerOptions) => string; export {};