@fkui/date
    Preparing search index...

    Interface Clampable<T>

    Represents a clampable value.

    interface Clampable<T> {
        isAfter(rhs: T): boolean;
        isBefore(rhs: T): boolean;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods