UNPKG

@richardo2016/rcli

Version:
7 lines (6 loc) 227 B
Object.defineProperty(exports, "__esModule", { value: true }); const TWO_SPACES = [' ', ' '].join(''); function filterYamlInput(input) { return input.replace(/\t/g, TWO_SPACES); } exports.filterYamlInput = filterYamlInput;