UNPKG

json-to-ts

Version:

Convert json object to typescript interfaces

4 lines 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.removeWhiteSpace = function (str) { return str.replace(/\s/g, ''); }; //# sourceMappingURL=index.js.map