@alextheman/utility - v4.3.5
    Preparing search index...

    Interface NormaliseIndentsOptions

    Options to apply to the normalisation of indents in multi-line template strings

    interface NormaliseIndentsOptions {
        preserveTabs?: boolean;
    }
    Index

    Properties

    Properties

    preserveTabs?: boolean

    Whether to preserve extra tabs or not (defaults to true)