3 lines
114 B
TypeScript

import type { Path } from './types';
export declare const get: (val: unknown, path: Path) => unknown | undefined;