UNPKG
view
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.1.0
A View engine
github.com/bigcompany/view
bigcompany/view
view
/
test
/
nested-layouts
/
index.js
4 lines
•
99 B
JavaScript
View Raw
1
2
3
4
module
[
'exports'
] =
function
(
options, callback
) {
var
$ =
this
.
$
;
callback
(
null
, $.
html
()); };