Skip to content

Commit

Permalink
fix type references
Browse files Browse the repository at this point in the history
  • Loading branch information
akoziarz committed Jan 31, 2024
1 parent 6b6459d commit 256411a
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion types/plugin/advancedFormat.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
2 changes: 1 addition & 1 deletion types/plugin/arraySupport.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare module 'dayjs' {
interface ConfigTypeMap {
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/badMutable.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
2 changes: 1 addition & 1 deletion types/plugin/bigIntSupport.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare module 'dayjs' {
interface ConfigTypeMap {
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/buddhistEra.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
2 changes: 1 addition & 1 deletion types/plugin/customParseFormat.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare interface PluginOptions {
parseTwoDigitYear?: (yearString: string) => number
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/dayOfYear.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/devHelper.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
2 changes: 1 addition & 1 deletion types/plugin/duration.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'
import { OpUnitType, UnitTypeLongPlural } from 'dayjs';

declare const plugin: PluginFunc
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/isLeapYear.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/isMoment.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/isToday.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/isTomorrow.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/isYesterday.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/isoWeeksInYear.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/localeData.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/localizedFormat.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
2 changes: 1 addition & 1 deletion types/plugin/minMax.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/objectSupport.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/preParsePostFormat.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
2 changes: 1 addition & 1 deletion types/plugin/toArray.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/toObject.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/updateLocale.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/weekOfYear.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/weekYear.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down
2 changes: 1 addition & 1 deletion types/plugin/weekday.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginFunc } from 'dayjs'
import { PluginFunc } from '@adscore/dayjs'

declare const plugin: PluginFunc
export = plugin
Expand Down

0 comments on commit 256411a

Please sign in to comment.