@web-atoms/core
Version:
10 lines • 335 B
TypeScript
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