UNPKG

@clickup/pg-microsharding

Version:
10 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indent = indent; /** * Shifts each line of the text by two spaces. */ function indent(text) { return text.trimEnd().replace(/^/gm, " "); } //# sourceMappingURL=indent.js.map