v4.d.ts 124 B

12
  1. import type { Reference } from '../find';
  2. export declare const findByPointer: (pointer: string, val: unknown) => Reference;