UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

10 lines (7 loc) 116 B
class VText { constructor (text) { this.text = text || '' } type = 'VirtualText' } export default VText