UNPKG

adbkit

Version:

A pure Node.js client for the Android Debug Bridge.

16 lines (12 loc) 268 B
(function() { var Path; Path = require('path'); module.exports = (function() { switch (Path.extname(__filename)) { case '.coffee': return require('./src/adb'); default: return require('./lib/adb'); } })(); }).call(this);