UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

6 lines (5 loc) 181 B
export declare class BuiltInTraceIdGenerators { static fullAwsRequestId(): string; static shortAwsRequestId(): string; static fixedLengthHex(length?: number): string; }