UNPKG

magento2-api-wrapper

Version:

Minimal Magento 2 API library. Both node and browser compatible

2 lines (1 loc) 84 B
export declare const hmacSha256: (key: string, content: string) => Promise<string>;