UNPKG
hindigarv
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.2-alpha
0.0.1
Hindi Garv
hindigarv.github.io
hindigarv/npm-hindigarv
hindigarv
/
src
/
model.js
9 lines
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
Word
{
constructor
(shabda, mool, paryaya, roops, regex) {
this
.shabda = shabda;
this
.mool = mool;
this
.paryaya = paryaya;
this
.roops = roops;
this
.regex = regex; } }