Options for the literal function.

2024.1

interface LiteralOptions {
    strict?: boolean;
}

Properties

Properties

strict?: boolean

if true, the literal value will be used as provided. "01697532" will not be considered equal to 1697532.

false