Type Alias NonComputedPlainMethodDefinition<X>

NonComputedPlainMethodDefinition<X>: X & {
    computed: false;
    key: Key<X>;
    kind: "method";
    static: boolean;
    type: "MethodDefinition";
    value: MethodFunctionExpression<X>;
}

Type Parameters

  • X