Skip to content
On this page

getConstellation

Get constellation.

Usage

ts
import { getConstellation } from '@use-kit/functions'

const ret = getConstellation('09-28', 'ja')
// てんびん座
import { getConstellation } from '@use-kit/functions'

const ret = getConstellation('09-28', 'ja')
// てんびん座

Released under the MIT License.