UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

7 lines (6 loc) 163 B
declare const getArrayIndex: { (str: string): RegExpExecArray | null; regexpIntIndex: RegExp; regexpNaNIndex: RegExp; }; export default getArrayIndex;