UNPKG
dotnode
Version:
latest (0.1.22)
0.1.22
0.1.21
0.1.2
0.1.1
0.1.0
.NET-like MVC framework for Node.js
dotnode
/
models
/
actionResultType.js
6 lines
(5 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
var
actionResultTypes
=
{ viewResult:
1
, jsonResult:
2
};
module
.
exports
= actionResultTypes;