Skip to content

Commit

Permalink
chore: enhace type
Browse files Browse the repository at this point in the history
  • Loading branch information
susiwen8 committed Jul 14, 2021
1 parent 5138e07 commit bf7c478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ declare namespace dayjs {

export type OpUnitType = UnitType | "week" | "weeks" | 'w';
export type QUnitType = UnitType | "quarter" | "quarters" | 'Q';
export type ManipulateType = UnitTypeShort | Omit<UnitTypeLong, 'date'> | 'w' | 'week' | 'quarter' | 'Q';
export type ManipulateType = Omit<OpUnitType, 'date' | 'dates'>;
class Dayjs {
constructor (config?: ConfigType)
/**
Expand Down

0 comments on commit bf7c478

Please sign in to comment.