import { Get } from 'type-fest'; import { Dict } from './dict.js'; import { ChangePathDelimiter } from './objectKeyPaths.js'; type GetTypeByPath = Path extends '' | undefined ? State : Get>; export type { GetTypeByPath };