UNPKG

@nosto/shopify-hydrogen

Version:

Component library to implement Nosto within Shopify Hydrogen

13 lines (11 loc) 242 B
declare module '@shopify/hydrogen' { export function parseGid(gid: string): { id: string }; } declare module 'crypto-es' { const crypto: { SHA256: (input: string) => { toString(): string; }; }; export default crypto; }