UNPKG

waterbase

Version:
9 lines (8 loc) 192 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Service { constructor(client) { this.client = client; } } exports.default = Service;