3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
import type { Reference } from '../find';
|
|
export declare const findByPointer: (pointer: string, val: unknown) => Reference;
|