UNPKG

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