convnum
    Preparing search index...

    Variable toChineseEarthlyBranchConst

    toChineseEarthlyBranch: (num: number, circular?: boolean) => string = ...

    Converts a number to Chinese Earthly Branch (地支) word

    Type declaration

      • (num: number, circular?: boolean): string
      • Parameters

        • num: number

          The number to convert (must be between 1 and 12)

        • circular: boolean = false

        Returns string

        The Chinese Earthly Branch character

    Error if input is out of valid range