UNPKG

@caidrive/shared

Version:

caidrive.shared.components

16 lines (15 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StorageService = void 0; /** * */ class StorageService { /** * */ constructor(client) { this.client = client; } } exports.StorageService = StorageService;