UNPKG
@bestapps/voice-framework
Version:
latest (1.0.14)
1.0.14
Voice Framework
github.com/raks-ua/voice-framework
raks-ua/voice-framework
@bestapps/voice-framework
/
entity
/
directive
/
directive.js
12 lines
(9 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
class
Directive
{
constructor
(
data
){
this
.
data
=
data
; } getData(){
return
this
.
data
; } } module.exports = Directive;