UNPKG

@codesnippets/codesnippets

Version:
3 lines 114 B
export function removeComments(input: string): string { return input.replace(/\/\/.*|\/\*[\s\S]*?\*\//g, ''); }