UNPKG

@fourlights/mapper

Version:

A simple data mapper written in typescript

5 lines (3 loc) 240 B
declare function Flatten<T>(_: T, outerKey?: string | symbol, innerKey?: string | number | symbol): string; declare function Keep<T>(_: T, outerKey?: string | symbol, innerKey?: string | number | symbol): string; export { Flatten, Keep };