@alanscodelog/utils
Github
Issues
npm
Preparing search index...
types
Flatten
Type Alias Flatten<T>
Flatten
:
{
[
K
in
keyof
T
]
:
T
[
K
]
}
For flattening an object type.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Issues
npm
@alanscodelog/utils
Loading...
For flattening an object type.