Add m.fragment()
This commit is contained in:
parent
a3c273f802
commit
305035f03b
4 changed files with 49 additions and 2 deletions
6
hyperscript.js
Normal file
6
hyperscript.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
var hyperscript = require("./render/hyperscript")
|
||||
hyperscript.trust = require("./render/trust")
|
||||
hyperscript.fragment = require("./render/fragment")
|
||||
|
||||
|
||||
module.exports = hyperscript
|
||||
Loading…
Add table
Add a link
Reference in a new issue