UNPKG

hindigarv

Version:
9 lines 226 B
export class Word { constructor(shabda, mool, paryaya, roops, regex) { this.shabda = shabda; this.mool = mool; this.paryaya = paryaya; this.roops = roops; this.regex = regex; } }