UNPKG

dressed

Version:

A sleek, serverless-ready Discord bot framework.

5 lines (4 loc) 194 B
/** * Verifies the signature of the POST request */ export declare function verifySignature(body: string, signature?: string | string[] | null, timestamp?: string | string[] | null): boolean;