Interface WriteSpecificIntTypeOptions

Options for writeSpecificIntType.

interface WriteSpecificIntTypeOptions {
    wrap?: boolean;
}

Properties

Properties

wrap?: boolean

Whether to wrap the value if it is out of range.

If false, an error will be thrown if the value is out of range.

false