hyperpop.js/index.ts

6 lines
178 B
TypeScript
Raw Normal View History

2021-09-23 00:17:35 +00:00
// Docs: https://github.com/TangoSoftware/ApiTiendas
export * from "./common.js";
export * from "./dummy.js";
export * from "./product.js";
export * from "./priceByCustomer.js";