UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

6 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RootType = void 0; const types_1 = require("./types"); Object.defineProperty(exports, "RootType", { enumerable: true, get: function () { return types_1.RootType; } }); //# sourceMappingURL=index.js.map