UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

4 lines 229 B
type ConcatTenTimes<T extends string> = `${T}.${T}.${T}.${T}.${T}.${T}.${T}.${T}.${T}.${T}`; export type HundredPathString<T extends string> = ConcatTenTimes<ConcatTenTimes<T>>; export {}; //# sourceMappingURL=pathString.d.ts.map