UNPKG

@informalsystems/quint

Version:

Core tool for the Quint specification language

9 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dedent = void 0; // remove indentation, useful for testing function dedent(text) { return text.replace(/(\n)\s+\|/g, '$1'); } exports.dedent = dedent; //# sourceMappingURL=textUtils.js.map