eslint-plugin-logical-properties
Version:
4 lines • 357 B
TypeScript
import type { ArrayExpression, ObjectExpression } from 'estree';
export declare const propertyTraverse: (node: ObjectExpression | ArrayExpression, path: string) => ObjectExpression[];
export declare const propertyTraverseSet: (node: ObjectExpression, paths: string[] | readonly string[]) => ObjectExpression[];
//# sourceMappingURL=propertyTraverse.d.ts.map