@lcap/nasl
Version:
NetEase Application Specific Language
19 lines • 441 B
TypeScript
declare const _default: {
defaults({ config }: {
config: any;
}, err?: {}): void;
401({ config }: {
config: any;
}, err?: {}): void;
500({ config }: {
config: any;
}, err?: {}): void;
400({ config }: {
config: any;
}, err?: {}): void;
localError({ config }: {
config: any;
}, err?: {}): void;
};
export default _default;
//# sourceMappingURL=errHandles.d.ts.map