UNPKG

142 BTypeScriptView Raw
1export declare function toArray<T>(candidate?: T | T[] | false): T[];
2export declare function isSafeSetRefComponent(component: any): boolean;