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