@wpazderski/js-utils
    Preparing search index...

    Type Alias EntryRegisteredCallback<TKey, TValue>

    EntryRegisteredCallback: (entryKey: TKey, entry: TValue) => void

    Callback called when an entry is registered.

    Type Parameters

    • TKey extends RegistryEntryKey

      The type of the entry key, which should extend RegistryEntryKey.

    • TValue

      The type of the entry value.

    Type declaration