Documentation
    Preparing search index...

    Type Alias Config<KnownHashers>

    type Config<KnownHashers extends Record<string, ManagerDriverFactory>> = {
        default?: keyof KnownHashers;
        list: KnownHashers;
    }

    Type Parameters

    Index

    Properties

    Properties

    default?: keyof KnownHashers