UNPKG

@sectester/scan

Version:

The package defines a simple public API to manage scans and their expectations.

6 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeLinefeeds = void 0; const normalizeLinefeeds = (value) => value.replace(/\r?\n|\r/g, '\r\n'); exports.normalizeLinefeeds = normalizeLinefeeds; //# sourceMappingURL=normalize-linefeeds.js.map