UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

6 lines (5 loc) 238 B
export declare const alphabetByEncoding: Record<string, number>; export declare const alphabetByValue: Array<string>; export declare const bitsPerLetter = 6; export declare const bitsPerByte = 8; export declare const maxLetterValue = 63;