UNPKG

curaprofile2json

Version:

input curaprofile and output json

7 lines 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (file) => file .replace(new RegExp('\'', 'g'), '') .split('\n') .filter(a => a.includes('=')); //# sourceMappingURL=fileToLines.js.map