UNPKG

139 BTypeScriptView Raw
1declare const stripComments: (input: string, options?: {
2 sourceType?: "module" | "script";
3}) => string;
4export default stripComments;