Skip to content

Commit

Permalink
fx: Fix esm duration typings. (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Aug 4, 2021
1 parent 1686962 commit e2feb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin/duration.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PluginFunc } from 'dayjs'
import { OpUnitType, UnitTypeLongPlural } from "../index";
import { OpUnitType, UnitTypeLongPlural } from 'dayjs';

declare const plugin: PluginFunc
export as namespace plugin;
Expand Down

0 comments on commit e2feb6b

Please sign in to comment.