1
0
mirror of https://github.com/vercel/commerce.git synced 2025-09-14 03:40:16 +00:00
Files
.vscode
framework
commercejs
kibocommerce
ordercloud
saleor
shopify
spree
swell
vendure
api
endpoints
cart
catalog
checkout
customer
address.ts
card.ts
index.ts
login
logout
signup
wishlist
operations
utils
index.ts
auth
cart
checkout
customer
product
types
utils
wishlist
.env.template
README.md
codegen.json
commerce.config.json
fetcher.ts
index.tsx
next.config.js
provider.ts
schema.d.ts
schema.graphql
packages
site
.editorconfig
.gitignore
.prettierignore
.prettierrc
README.md
license.md
package-copy.json
package-lock.json
package.json
commerce/framework/vendure/api/endpoints/customer/index.ts
2021-06-02 11:46:38 -03:00

2 lines
57 B
TypeScript

export default function noopApi(...args: any[]): void {}