mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 05:43:47 +09:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
"use strict"
|
|
|
|
var hyperscript = require("./render/hyperscript")
|
|
|
|
hyperscript.trust = require("./render/trust")
|
|
hyperscript.fragment = require("./render/fragment")
|
|
|
|
module.exports = hyperscript
|