import { pathgen } from 'object-path-generator'; const __proxyImplName__ = ( t = (...[k]: unknown[]) => k as R // eslint-disable-next-line @typescript-eslint/no-unsafe-call ) => pathgen(undefined, (path: string, ...options: any[]) => { const finalPath = path.split('.__ownValueAlias__')[0]; return t(finalPath, ...options); }) as unknown;