UNPKG

@stylusapparel/shipstation-api-node

Version:
14 lines (12 loc) 355 B
"use strict"; const __carriers = require("../lib/carriers"); module.exports = (__http) => { const _carriers = __carriers(__http); const __this = { get: _carriers._getCarrier, getAll: _carriers._getAllCarriers, getAllServices: _carriers._getAllServices, getAllPackages: _carriers._getAllPackages, }; return __this; };