@avanio/variable-util
    Preparing search index...

    Type Alias EncodeOptions

    String encoder options for parsers

    v0.11.0

    type EncodeOptions = {
        silent?: boolean;
        uriEncode?: boolean;
    }
    Index

    Properties

    Properties

    silent?: boolean

    not logging the value

    uriEncode?: boolean

    use URI encoding for string outputs (used by semicolon parser)