UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

6 lines (5 loc) 121 B
declare const getKey: { (value: string): [string, string | undefined]; regexp: RegExp; }; export default getKey;