UNPKG

appium-gulp-plugins

Version:

Custom gulp plugins to be used accross all appium modules

9 lines (4 loc) 113 B
// transpile:main import {A} from './a'; let a = new A('hello world!'); a.throwError('This is really bad!');