UNPKG

nodejs-restful-jsonapi-seed

Version:

Everything you need to start building a scalable web application.

14 lines (12 loc) 213 B
import Error from 'jsonapi-serializer'; /** * @export default {Function} */ export default (title, options) => { return new Error( options.map(o => { o.title = title; return o; }) ); };