UNPKG

@bestapps/voice-framework

Version:
12 lines (9 loc) 138 B
class Directive { constructor(data){ this.data = data; } getData(){ return this.data; } } module.exports = Directive;