Skip to content

Commit

Permalink
Merge 918854c into 77d524e
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfulyang committed Mar 28, 2023
2 parents 77d524e + 918854c commit 97dd93a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/utils/src/parseValueToMoment/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import dayjs from 'dayjs';
import { isNil } from '../isNil';
import customParseFormat from "dayjs/plugin/customParseFormat";

dayjs.extend(customParseFormat);

type DateValue = dayjs.Dayjs | dayjs.Dayjs[] | string | string[] | number | number[];

Expand Down

0 comments on commit 97dd93a

Please sign in to comment.