UNPKG

nodana

Version:
10 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NodanaConfig = void 0; class NodanaConfig { constructor(config) { this.network = config.network; } } exports.NodanaConfig = NodanaConfig; //# sourceMappingURL=nodana-config.js.map