UNPKG

browserbots

Version:

browserbots specific APIs in browsers or node-ified

14 lines (9 loc) 156 B
'use strict'; var controls = require('./lib/controls'); function speak(text){ // no op } module.exports = { controls : controls, speak : speak }