This website requires JavaScript.
Explore
Help
Register
Sign In
supernets
/
hardlounge
Watch
4
Fork
0
You've already forked hardlounge
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e8c0547ec
hardlounge
/
client
/
js
/
libs
/
handlebars
/
tojson.js
6 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use require() instead of import in client code Closes #895
2017-03-18 09:21:18 +00:00
"use strict"
;
Add a bunch of client tests
2017-11-29 05:31:03 +00:00
module
.
exports
=
function
tojson
(
context
)
{
return
JSON
.
stringify
(
context
)
;
Webpack
2016-12-18 15:53:28 +00:00
}
;
Reference in New Issue
Copy Permalink