5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import 'colorts/lib/string'
|
|
|
|
import dayjs from 'dayjs'
|
|
import 'dayjs/locale/ru'
|
|
dayjs.locale('ru')
|