Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface FormatOptions

    Options for formatting zodiac positions

    interface FormatOptions {
        includeSeconds?: boolean;
        includeSign?: boolean;
        useSymbol?: boolean;
        decimalDegrees?: boolean;
    }
    Index

    Properties

    includeSeconds?: boolean

    Include seconds in output (default: true)

    includeSign?: boolean

    Include sign name/symbol in output (default: true)

    useSymbol?: boolean

    Use symbol instead of name (default: false)

    decimalDegrees?: boolean

    Use decimal degrees instead of DMS (default: false)