[go: up one dir, main page]

moon-time-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

moon-time-ts

Converted @moon-time to TS

moon-time is a component that converts the solar calendar to the lunar calendar (Chinese lunar calendar), it is very simple to use。

Install

    npm install moon-time-ts
    let moonTimes = moonTime({
        year,
        month,
        day
    })

npm way

    import moonTime from 'moon-time-ts'

    let moonTimes = moonTime({
	 year:2022,
	 month:10,
	 day:13
    })

    console.log(moonTimes);

Package Sidebar

Install

npm i moon-time-ts

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

12.2 kB

Total Files

8

Last publish

Collaborators

  • yangchristina