Provided for building a stable API - gives an space for expansion on future improvements/features.

interface FormatOptions {
    indent?: string;
}

Properties

Properties

indent?: string