import { NumericLiteral } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getLiteralValue(): number
Gets the literal value.
getParent(): NodeParentType<ts.NumericLiteral>
getParentOrThrow(): NonNullable<NodeParentType<ts.NumericLiteral>>
setLiteralValue(value: number): this
Sets the literal value.