UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

3 lines (2 loc) 120 B
export declare function fromUtf8(input: string): Uint8Array; export declare function toUtf8(input: Uint8Array): string;