UNPKG

@alizeait/unflatto

Version:

A tiny (~210B) and fast flattened object expander, unflattener

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