This package contains types for the Espruino platform and some embedded packages.
Install types with npm
npm install @tether_toolkit/types
Import types for your microcontroller and start using:
import { IskraJsPins } from '@tether_toolkit/models';
const led = ledConnector.connect(IskraJsPins.P3);
Contributions are always welcome!
You can help to improve types coverage through MR (please use prettier
config).