mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
* Update index.d.ts
The package now require a callback to close the communication.
The function of the package atm :
```
spi.close = function (cb) {
fs.close(_fd, cb);
};
```
* Update pi-spi-tests.ts