get.d.ts 114 B

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