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