UNPKG

shipstation-node

Version:
7 lines (6 loc) 148 B
export class BaseResource { constructor(shipstation, baseUrl) { this.baseUrl = baseUrl; this.shipstation = shipstation; } }