UNPKG

@jsforce/jsforce-node

Version:

Salesforce API Library for JavaScript

5 lines (4 loc) 165 B
import { HttpBody } from '../types'; export declare function getBodySize(body: HttpBody | undefined, headers?: { [name: string]: string; }): number | undefined;