UNPKG
@yoot/shopify
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Shopify adapter for @yoot/yoot
github.com/theisel/yoot
theisel/yoot
@yoot/shopify
/
dist
/
core
/
adapter.d.ts
10 lines
(9 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Adapter
}
from
'@yoot/yoot'
;
export
{ adapter };
/** * An adapter for Shopify URLs. * *
@remarks
Supports `cdn.shopify.com` URLs and maps `yoot` directives to Shopify path segments. *
@public
*/
declare
const
adapter
:
Adapter
;