1.0.11 • Published 9 months ago

@jswork/jzyunqi-interceptors v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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

9 months ago

1.0.10

10 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago