UNPKG

testrail-modern-client

Version:
10 lines (9 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseService = void 0; class BaseService { constructor(client) { this.client = client; } } exports.BaseService = BaseService;