UNPKG

nakedobjects.spa

Version:

Single Page Application client for a Naked Objects application.

8 lines 232 B
var Result = (function () { function Result() { } return Result; }()); export { Result }; Result.create = function (input, output) { return ({ input: input, output: output }); }; //# sourceMappingURL=result.js.map