Files
Gemini-Search/node_modules/@hookform/resolvers/io-ts/dist/arrayToPath.d.ts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00: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;