UNPKG

earningscall

Version:

The EarningsCall JavaScript library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

6 lines 222 B
interface CamelCaseOptions { deep: boolean; } export declare function camelCaseKeys(obj: Record<string, unknown>, options: CamelCaseOptions): Record<string, unknown>; export {}; //# sourceMappingURL=camel-case.d.ts.map