UNPKG

@civ-clone/core-rule

Version:

This component contains the framework for `Rule`s. These are comprised of `Criterion`s and `Effect`s with optional `Priority`s.

4 lines (3 loc) 129 B
import Criteria from '../Criteria'; export declare class And<C extends any[] = any[]> extends Criteria<C> {} export default And;