util.d.ts 221 Bytes Raw Blame History Permalink 1 2 3 import { InternalNamePath } from './interface'; export declare function toArray<T>(candidate?: T | T[] | false): T[]; export declare function getFieldId(namePath: InternalNamePath, formName?: string): string | undefined;