UNPKG

@web-atoms/core

Version:
10 lines 335 B
import { PathList } from "./types"; export declare function parsePath(f: any, parseThis?: boolean): PathList[]; interface IPathLists { thisPath?: PathList[]; pathList?: PathList[]; combined?: PathList[]; } export declare function parsePathLists(f: any): IPathLists; export {}; //# sourceMappingURL=ExpressionParser.d.ts.map