UNPKG

wsp-toolkit

Version:
4 lines (3 loc) 122 B
type TCondition = boolean | (() => boolean); export declare function or(...conditions: TCondition[]): boolean; export {};