UNPKG

@scayle/storefront-core

Version:

Collection of essential utilities to work with the Storefront API

7 lines (6 loc) 104 B
export const HashAlgorithm = { /** @deprecated */ MD5: "md5", SHA256: "sha256", NONE: "none" };