aws-crt
Version:
NodeJS/browser bindings to the aws-c-* libraries
13 lines (12 loc) • 338 B
TypeScript
/// <reference types="node" />
/**
* @packageDocumentation
*/
/**
* Converts payload to Buffer or string regardless of the supplied type
* @param payload The payload to convert
* @internal
*/
export declare function normalize_payload(payload: any): Buffer | string;
/** @internal */
export declare const DEFAULT_KEEP_ALIVE: number;