UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
nanohtml
/
lib
/
raw-server.js
8 lines
(6 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
nanohtmlRawServer
(
tag
) {
var
wrapper =
new
String
(tag)
// eslint-disable-line no-new-wrappers
wrapper.
__encoded
=
true
return
wrapper }
module
.
exports
= nanohtmlRawServer