Package Exports
- wot-typescript-definitions
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wot-typescript-definitions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wot-typescript-definitons
A typescript definition file for the WoT scripting API as used in thingweb
Notes on usage
These definitions are imported using npm. Once we reach conclusion on the API in the W3C Web of Things task force, we will add this to definatelytyped.
ES5 targets
As consumers are using typescript we target ES6.
When implementing for ES5 targets, be sure to provide a polyfill for ES6 Promises, either es6-promise from npm or add the lib es2015.promise to your tsc command when transpiling typescript.