Type Alias ConstructorMethodDefinition<X>

ConstructorMethodDefinition<X>: X & {
    computed: false;
    key: ConstructorIdentifier<X>;
    kind: "constructor";
    static: false;
    type: "MethodDefinition";
    value: ConstructorFunctionExpression<X>;
}

Type Parameters

  • X