Utility TypeScript @ 2.0.0-beta.5
    Preparing search index...

    Interface Args

    2.0.0-beta.3

    interface Args {
        allowRepeatDashes: boolean;
        allowRepeatUnderscores: boolean;
        allowUnderscores: boolean;
    }
    Index

    Properties

    allowRepeatDashes: boolean

    Whether to allow repeated dashes in the output.

    false
    
    allowRepeatUnderscores: boolean

    Whether to allow repeated underscores in the output.

    allowUnderscores: boolean

    Whether to allow underscores in the output.

    false