UNPKG

printify-effect

Version:

Effect-ts wrapper for Printify REST API — still in early development, use at your own risk!

10 lines (7 loc) 128 B
import deleteOne from "./deleteOne"; import list from "./list"; const Shops = { deleteOne, list, }; export default Shops;