UNPKG

mcp23017-promise

Version:

MCP23017 library with promises.

7 lines 154 B
module.exports = { transform: { '^.+\\.ts$': 'ts-jest', }, testRegex: '/__tests__/.*\\.ts$', moduleFileExtensions: ['ts', 'js'], }