UNPKG

@3846masa/http-signature

Version:

Create / Verify HTTP Signatures (https://tools.ietf.org/html/draft-cavage-http-signatures-10)

6 lines (5 loc) 178 B
declare class Headers implements Record<string, any[] | any> { [property: string]: any[] | any; constructor(headers?: Record<string, any[] | any>); } export { Headers };