find.d.ts 187 B

123
  1. import type { JavaScript } from '@jsonjoy.com/util/lib/codegen';
  2. import type { Path } from '../types';
  3. export declare const $$find: (path: Path) => JavaScript<(doc: unknown) => unknown>;