UNPKG

flowjv

Version:

Flow based approach to JSON validation!

4 lines (3 loc) 188 B
export declare type IRefArrPath = (string | number)[]; export declare type IRefPath = IRefArrPath | string; export declare const getDataFromRefPath: (data: any, refPath: IRefPath) => any;