Prelude API
    Preparing search index...

    Type Alias AssertionErrorInit

    type AssertionErrorInit = {
        cause?: AssertionError;
        expected: string;
        key?: Key;
        value: unknown;
    }
    Index
    expected: string
    key?: Key
    value: unknown