@tempots/std

Valid type

Represents a valid result.

Signature:

export type Valid = {
    readonly type: 'valid';
};