UNPKG

@zishone/dotnotate

Version:

A utility function to convert JSON objects to dotnotation

6 lines (5 loc) 102 B
export declare const dotnotate: (object: { [key: string]: any; }) => { [key: string]: any; };