UNPKG

@alizeait/flatto

Version:

A tiny (~200B) and fast nested object flattener

2 lines (1 loc) 122 B
export declare function flatto<Input = Record<string, any>, Output = unknown>(input: Input, seperator?: string): Output;