UNPKG

node-beanstalk

Version:

The most comprehensive beanstalk client for nodejs

6 lines (5 loc) 147 B
export declare class BeanstalkError extends Error { name: string; readonly code: string; constructor(message: string, code: string); }