I'm getting started with FunScript with a working example. Using Nuget to add the needed libraries, it works well.
In watching a 2013 video on channel9, they are making use of TypeScript.Api<...>
to load types from typescript definition files.
I'm however unable to find this type provider anywhere. Where is it located? I realized that a good number of the type definitions have been compiled into libraries and available on nuget but I can't really use this since some of the code will be local typescript definition files.
The questions therefore are
- Where is the
TypeScript.Api<...>
type provider? - If it is not available or the best way to use typescript definition, what other options exists.