Files
Housekeeping-web-admin/node_modules/@hookform/resolvers/io-ts/dist/arrayToPath.d.ts
T
2026-06-24 09:48:54 +02:00

4 lines
147 B
TypeScript

import * as Either from 'fp-ts/Either';
declare const arrayToPath: (paths: Either.Either<string, number>[]) => string;
export default arrayToPath;