1.0.11 • Published 2 years ago

@jswork/jzyunqi-interceptors v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

jzyunqi-interceptors

Interceptors for jzyunqi/yw.

version license size download

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.

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago