UNPKG

@fast-china/axios

Version:

Fast Axios 请求工具库.

3 lines (2 loc) 418 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});exports.CryptoManage=class{_handle;encrypt;decrypt;constructor(){this._handle={encrypt:(t,e)=>{},decrypt:(t,e)=>null};const t=(t,e)=>{this._handle.encrypt(t,e)};t.use=t=>{this._handle.encrypt=t},this.encrypt=t;const e=(t,e)=>this._handle.decrypt(t,e);e.use=t=>{this._handle.decrypt=t},this.decrypt=e}}; //# sourceMappingURL=crypto.js.map