Type Alias VariableDeclarator<X>

VariableDeclarator<X>: X & {
    id: Pattern<X>;
    init: Expression<X> | null;
    type: "VariableDeclarator";
}

Type Parameters

  • X