UNPKG

wsp-toolkit

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