diff options
Diffstat (limited to 'node_modules/@jet-app/app-store/tmp/src/api/intents/routable-intent.js')
| -rw-r--r-- | node_modules/@jet-app/app-store/tmp/src/api/intents/routable-intent.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-intent.js b/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-intent.js new file mode 100644 index 0000000..3769762 --- /dev/null +++ b/node_modules/@jet-app/app-store/tmp/src/api/intents/routable-intent.js @@ -0,0 +1,4 @@ +export function isRoutableIntent(intent) { + return "storefront" in intent && "language" in intent; +} +//# sourceMappingURL=routable-intent.js.map
\ No newline at end of file |
