mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import Day from 'dayjs'
|
|
import 'dayjs/locale/ko'
|
|
import relativeTime from 'dayjs/plugin/relativeTime'
|
|
Day.extend(relativeTime)
|
|
Day.locale('ko')
|
|
|
|
export default Day
|