UNPKG

boostr

Version:
11 lines 309 B
import { Subservice } from './sub.js'; export class CustomService extends Subservice { } CustomService.type = 'custom'; CustomService.description = 'A custom service.'; CustomService.examples = []; // === Commands === CustomService.commands = { ...Subservice.commands }; //# sourceMappingURL=custom.js.map