Type alias AssertionErrorConstructor

AssertionErrorConstructor: (new (args: {
    message: string;
}) => Error) | ((args: {
    message: string;
}) => Error)