UNPKG

lazo-next

Version:

A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.

9 lines (6 loc) 150 B
define(function () { function request (uri, options, callback) { requestStub(uri, options, callback); } return request; });