Files
avz-site/node_modules/@hookform/resolvers/io-ts/dist/arrayToPath.d.ts
T
2026-05-30 19:59:39 -03: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;