UNPKG

appium-gulp-plugins

Version:

Custom gulp plugins to be used accross all appium modules

17 lines (12 loc) 193 B
class A { constructor (text/*:string*/) { this.text = text; } getText ()/*:string*/ { return this.text; } throwError (mess) { throw new Error(mess); } } export {A};