@arcmantle/library
    Preparing search index...

    Type Alias ValueProvider<TValue, TKey>

    ValueProvider: TValue | CreatorFn<TValue, TKey>

    Provides a value, either as is or through a CreatorFn. Optionally set a TKey which will be passed to the CreatorFn.

    Type Parameters

    • TValue
    • TKey = unknown