UNPKG

abstract-things

Version:

Base for building libraries that interact with physical things, such as IoT-devices

8 lines (5 loc) 219 B
'use strict'; module.exports.Volume = require('./volume'); module.exports.AdjustableVolume = require('./adjustable-volume'); module.exports.Muted = require('./muted'); module.exports.Muteable = require('./muteable');