@jswork/jzyunqi-interceptors
v1.0.11
Published
Interceptors for jzyunqi/yw.
Downloads
18
Readme
jzyunqi-interceptors
Interceptors for jzyunqi/yw.
installation
npm install @jswork/jzyunqi-interceptors
usage
import jzyunqiInterceptors from '@jswork/jzyunqi-interceptors';
// usage
const opts = {
interceptors: [
...jzyunqiInterceptors,
{ type: 'response', fn: 'xxx' }
]
};
httpSchema({
// ...
}, opts);
license
Code released under the MIT license.