comic-vine-sdk
Version:
A JS/TS client for the Comic Vine API
5 lines (4 loc) • 308 B
TypeScript
export declare const toCamelCase: (str: string) => string;
export declare const toSnakeCase: (str: string) => string;
export declare const convertSnakeCaseToCamelCase: <ReturnType>(object: unknown) => ReturnType;
export declare const convertCamelCaseToSnakeCase: <ReturnType>(object: unknown) => ReturnType;