UNPKG

ts-jest

Version:

A preprocessor with source maps support to help use TypeScript with Jest

8 lines (7 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeSlashes = void 0; function normalizeSlashes(value) { return value.replace(/\\/g, '/'); } exports.normalizeSlashes = normalizeSlashes;