UNPKG

seerbit-nodejs

Version:
7 lines (6 loc) 144 B
import Client from "./client"; declare class Service { client: Client; protected constructor(client: Client); } export default Service;