Interface KeyValidator

interface KeyValidator {
    validateKey(input): void;
}

Implemented by

Methods

Methods