@zhiguang-gastrofy/capi
Version:
comany apis, including Northfork api and Gastrofy api
14 lines • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var gn_service_1 = require("./gn.service");
exports.GNService = gn_service_1.GNService;
var gastrofy_service_1 = require("./gastrofy.service");
exports.GastrofyService = gastrofy_service_1.GastrofyService;
var northfork_service_1 = require("./northfork.service");
exports.NorthforkService = northfork_service_1.NorthforkService;
var resolve_service_1 = require("./resolve.service");
exports.ResolveService = resolve_service_1.ResolveService;
//export { ShoppingService } from './shopping.service';
var http_service_1 = require("./http.service");
exports.HttpService = http_service_1.HttpService;
//# sourceMappingURL=index.js.map