UNPKG

@node-lightning/graph

Version:
10 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChannelSettings = void 0; class ChannelSettings { constructor() { this.disabled = false; } } exports.ChannelSettings = ChannelSettings; //# sourceMappingURL=channel-settings.js.map