curaprofile2json
Version:
input curaprofile and output json
11 lines (10 loc) • 381 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = __importDefault(require("./src/index"));
index_1.default();
exports.default = index_1.default;
//# sourceMappingURL=index.js.map