UNPKG
express-shopify-webhooks
Version:
latest (1.1.0)
1.1.0
1.0.0
A tool for verifying and responding to Shopify webhook requests
express-shopify-webhooks
/
index.js
2 lines
•
121 B
JavaScript
View Raw
1
2
// allows module to be checked-out directly into node_modules
module
.
exports
= require(
'./lib/express-shopify-webhooks'
);