UNPKG

@altostra/core

Version:

Core library for shared types and logic

2 lines (1 loc) 97 B
export declare function createHmac(secret: string, payload: string, algorithm?: string): string;