UNPKG

@backtrace/sourcemap-tools

Version:
11 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.matchSourceMapExtension = exports.matchSourceExtension = void 0; function testString(regex) { return function test(str) { return regex.test(str); }; } exports.matchSourceExtension = testString(/\.(c|m)?jsx?$/); exports.matchSourceMapExtension = testString(/\.(c|m)?jsx?\.map$/); //# sourceMappingURL=match.js.map