UNPKG
cordova-sync
Version:
latest (1.0.1)
1.0.1
1.0.0
Respond to file changes and build Cordova application
cordova-sync
/
utils
/
views.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
const
hbs =
require
(
'express-hbs'
) hbs.
registerHelper
(
'stringify'
,
function
(
obj
) {
return
JSON
.
stringify
(obj,
null
,
2
) })