moment-msdate icon indicating copy to clipboard operation
moment-msdate copied to clipboard

Add TypeScript definitions for moment-msdate methods

Open andymerskin opened this issue 5 years ago • 0 comments

Using moment-msdate in place of moment or moment-timezone in a TypeScript project requires type definitions for its methods. Moment + Timezone are already typed.

I'm still pretty new to TypeScript, but I may create a PR we can review and hopefully get this in.

All it may involve is (add anything I'm missing)

  • [ ] Create TS def file moment-msdate.d.ts
  • [ ] Link to package.json on typings key

andymerskin avatar Jul 25 '19 17:07 andymerskin