Type-level inverse of camelizeKeys: recursively rewrite an object's
camelCase keys to snake_case. Lets a raw API frame be described as the
snake_case form of a camelCase type such as FileInfo.
Arrays and tuples keep their own shape — length, labels and readonly — and
only their element types are rewritten.
Type-level inverse of camelizeKeys: recursively rewrite an object's camelCase keys to snake_case. Lets a raw API frame be described as the snake_case form of a camelCase type such as
FileInfo.Arrays and tuples keep their own shape — length, labels and
readonly— and only their element types are rewritten.