1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-06 08:51:25 +00:00
Files
.vscode
assets
components
config
framework
bigcommerce
commerce
saleor
shopify
swell
vendure
api
endpoints
cart
catalog
checkout
customer
login
logout
index.ts
signup
wishlist
operations
utils
index.ts
auth
cart
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
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/framework/vendure/api/endpoints/logout/index.ts
2021-06-02 11:46:38 -03:00

2 lines
57 B
TypeScript

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