UNPKG

mios

Version:

Interact with mios devices

14 lines (11 loc) 187 B
/* * * https://github.com/brock/mios * * Copyright (c) 2014 Brock Angelo * Licensed under the MIT license. */ 'use strict'; exports.awesome = function() { return 'awesome'; };