UNPKG

226 BTypeScriptView Raw
1import type { InternalNamePath } from './interface';
2export declare function toArray<T>(candidate?: T | T[] | false): T[];
3export declare function getFieldId(namePath: InternalNamePath, formName?: string): string | undefined;