Interface Checker

The interaction type check.

interface Checker {
    checkIncluded(binding, binds): void;
    checkRules(binding, binds): void;
    checkSameData(binding, binds): void;
    checkSameInteractions(binding, binds): void;
    setLinterRules(...rules): void;
}

Implemented by

Methods

Generated using TypeDoc