UNPKG

waterbase

Version:
14 lines (13 loc) 478 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; const Service_1 = __importDefault(require("../Service")); const File_1 = __importDefault(require("../helpers/File")); class Storage extends Service_1.default { constructor() { super(...arguments); this.file = (path) => new File_1.default(this.client, path); } } module.exports = Storage;