4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import type Context from '../context';
|
|
declare const _default: (ctx: Context) => void;
|
|
export = _default;
|