nuxt-community / date-fns-module

Modern JavaScript date utility library - date-fns for Nuxt.js
MIT License
78 stars 8 forks source link

fix: add formatDuration typescript support #43

Closed s-titov closed 4 years ago

s-titov commented 4 years ago

Fix for TS2339: Property 'formatDuration' does not exist on type 'dateFns'

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #43   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           12        12           
  Branches         3         3           
=========================================
  Hits            12        12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d7cf262...f05d2a9. Read the comment docs.

ricardogobbosouza commented 4 years ago

@Nuboskill thanks