UNPKG

@djforth/ajax-es6-fp

Version:

Promised Based Ajax Helper - With RoR in mind

7 lines (6 loc) 162 B
module.exports = { create: require('./lib/create') , destroy: require('./lib/destroy') , fetch: require('./lib/fetch') , patch: require('./lib/patch') };