intro.js
    Preparing search index...

    Type Alias Val<T>

    Val: State<T> | T

    A type representing a value that can be either a State object or a direct value of type T.

    Type Parameters

    • T