dockerfile/examples/standardnotes/official-src/server-main/packages/scheduler/test-setup.ts

5 lines
90 B
TypeScript
Raw Normal View History

2024-03-15 14:52:38 +08:00
import * as dayjs from 'dayjs'
import * as utc from 'dayjs/plugin/utc'
dayjs.extend(utc)