UNPKG

141 BTypeScriptView Raw
1declare const _default: (code?: number) => {
2 run(): void;
3 catch(ctx: {
4 error: any;
5 }): void;
6};
7export default _default;