UNPKG

magento2-api-wrapper

Version:

Minimal Magento 2 API library. Both node and browser compatible

2 lines (1 loc) 107 B
export declare function createHmacHasher(hash: string): (key: string, content: string) => Promise<string>;