UNPKG

@turnkey/api-key-stamper

Version:

API key stamper for @turnkey/http

7 lines 205 B
/// <reference lib="dom" /> export declare const signWithApiKey: (input: { content: string; publicKey: string; privateKey: string; }) => Promise<string>; //# sourceMappingURL=webcrypto.d.ts.map