grahan — the open-source sky engine
    Preparing search index...

    Interface WeekdayName

    A weekday name; name is the English form used across grahan.

    interface WeekdayName {
        name: string;
        nepali: string;
        roman: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    nepali: string
    roman: string