NumericLiteralinterface NumericLiteral extends Node, HasSpan {raw?: string;type: "NumericLiteral";value: number;}§Extends§Node[src]§HasSpan[src]§Properties§raw?: string[src]§type: "NumericLiteral"[src]§value: number[src]