Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
devtools
/
node_modules
/
ent
/
examples
/
simple.js
blob: 48c4e6f95b535981c79c9e2e4a7f3751ed4734df [
file
] [
log
] [
blame
]
var
ent
=
require
(
'ent'
);
console
.
log
(
ent
.
encode
(
'<span>©moo</span>'
))
console
.
log
(
ent
.
decode
(
'π & ρ'
));