UNPKG

@smithy/signature-v4

Version:

A standalone implementation of the AWS Signature V4 request signing algorithm

3 lines (2 loc) 143 B
export declare const iso8601: (time: number | string | Date) => string; export declare const toDate: (time: number | string | Date) => Date;