UNPKG

superdata

Version:

A lightweight data layer module motivated by extjs' data layer. It can be used with any client-side framework.

16 lines (10 loc) 214 B
/* * Rest proxy shell */ /*jslint node: true */ "use strict"; var createAjaxProxy = require("./ajax"); var restCore = require("./restCore"); module.exports = restCore({ createAjaxProxy: createAjaxProxy });