import { Scalar } from "https://deno.land/x/windmill@v1.310.0/node_modules/yaml/dist/nodes/Scalar.d.ts";
import { Scalar } from "https://deno.land/x/windmill@v1.310.0/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