UNPKG

dts-jest

Version:

A preprocessor for Jest to snapshot test TypeScript declaration (.d.ts) files

8 lines (7 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indent = void 0; var indent = function (str, spaces) { return str.replace(/^/gm, ' '.repeat(spaces)); }; exports.indent = indent;