date-format icon indicating copy to clipboard operation
date-format copied to clipboard

Is it possible to support typescript?

Open feilongproject opened this issue 3 years ago • 1 comments

feilongproject avatar Aug 07 '22 08:08 feilongproject

Would you mind submitting a PR for this? I'm rather tied up at the moment.

I would think adding a date-format.d.ts and making sure it's in package.json will do the trick. Yet I don't have the time to test it out.

types/date-format.d.ts

declare module "date-format" 

package.json

{
  "types": "./types/date-format.d.ts", 
} 

lamweili avatar Aug 08 '22 10:08 lamweili