@sabinmarcu/utils-repoInterfacesPathResolverOn this pagePathResolver <T>HierarchyPathOperationSet<(path: string) => T>PathResolverIndex PropertiesasyncsyncProperties asyncasync: (...arguments_: [path: string]) => Promise<T>Type declaration(...arguments_: [path: string]): Promise<T>Parametersrest...arguments_: [path: string]Returns Promise<T>syncsync: (path: string) => TType declaration(path: string): TParameterspath: stringReturns T