jsreport / jsreport-core

The minimalist jsreport rendering core
GNU Lesser General Public License v3.0
86 stars 24 forks source link

TypeScript Definitions #12

Closed atrauzzi closed 4 years ago

atrauzzi commented 7 years ago

Would love to see first-party TS definitions offered!

pofider commented 7 years ago

Thank you for suggestion. We're too busy to do it right now, but we will keep it here and hopefully get to it one day.

The PR is welcome for this of course.

taoqf commented 6 years ago

see https://github.com/jsreport/jsreport-core/pull/26

taoqf commented 6 years ago

@atrauzzi try cnpm install @types/jsreport-core

LukeBillo commented 6 years ago

Just a heads up - this seems to be resolved, because I've used the Typescript definitions recently.

Thanks @taoqf 👍 :)

pofider commented 4 years ago

I pushed some additional extensions to the DefinitelyTyped. Also included a note about typescript to the readme. And blogged about it here.

The types aren't finished, but it's in a good way. I will in time add more types. Big thank you to the @taoqf for the original contribution.