import { Scalar } from "https://deno.land/x/windmill@v1.265.1/node_modules/yaml/dist/nodes/Scalar.d.ts";
class Scalar
extends NodeBase
import { Scalar } from "https://deno.land/x/windmill@v1.265.1/node_modules/yaml/dist/nodes/Scalar.d.ts";
Constructors
new
Scalar(value: T)Properties
By default (undefined), numbers use decimal notation. The YAML 1.2 core schema only supports 'HEX' and 'OCT'. The YAML 1.1 schema also supports 'BIN' and 'TIME'
value: T
Methods
toJSON(arg?: any, ctx?: ToJSContext): any
toString(): string