UNPKG

@codesnippets/codesnippets

Version:
8 lines (7 loc) 215 B
"use strict"; exports.__esModule = true; exports.removeComments = void 0; function removeComments(input) { return input.replace(/\/\/.*|\/\*[\s\S]*?\*\//g, ''); } exports.removeComments = removeComments;