UNPKG

@botonic/react

Version:

Build Chatbots using React

4 lines (3 loc) 143 B
type Input = Record<string, any> | Record<string, any>[] | undefined; export declare function toSnakeCaseKeys(input: Input): Input; export {};