5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
|
import * as dayjs from 'dayjs'
|
||
|
import * as utc from 'dayjs/plugin/utc'
|
||
|
|
||
|
dayjs.extend(utc)
|