egoist / vue-timeago

A timeago component for Vue.
https://vue-timeago.egoist.sh
MIT License
729 stars 104 forks source link

[Feature Request] Ship with Typescript definition #76

Open someone1 opened 6 years ago

someone1 commented 6 years ago

I added a definition file myself for now, but was hoping this could ship with one (one that's possibly more complete/accurate).

declare module 'vue-timeago';
egoist commented 6 years ago

Yeah I'd love it if someone could publish one to definitelyTyped.

alkaliphile commented 3 years ago

@someone1 would you mind sharing that definition file please?

someone1 commented 3 years ago

There really isn't much other than what I posted above - bare minimum to get the compiler to stop complaining - sorry!