Documentation - v0.0.0
    Preparing search index...

    Options for stripFormatting

    interface StripOptions {
        commas?: boolean;
        doubleQuotes?: boolean;
        semicolons?: boolean;
        singleQuotes?: boolean;
        spaces?: boolean;
    }
    Index

    Properties

    commas?: boolean

    Strip all commas (,).

    doubleQuotes?: boolean

    Strip all double quotes (").

    true
    
    semicolons?: boolean

    Strip all semicolons (;).

    singleQuotes?: boolean

    Strip all single quotes (').

    true
    
    spaces?: boolean

    Strip whitespace.

    true