UNPKG
vee-dom
Version:
latest (0.0.1)
0.0.1
Small and easy to use virtual dom library
vee-dom
/
index.js
5 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
const
ViDom
=
require
(
'./lib/vi-dom-node'
);
module
.
exports
=
ViDom
;