UNPKG

78 BTypeScriptView Raw
1/**
2 * @category Types
3 */
4export declare type SingleOrMultiple<T> = T | T[];