UNPKG

waterbase

Version:
8 lines (6 loc) 186 B
import Service from '../Service'; import File from '../helpers/File'; class Storage extends Service { file = (path: string) => new File(this.client, path); } export = Storage;