app.d.ts 136 B

123
  1. import { Context, InyApp } from '../types/index';
  2. declare function inyApp<T extends Context>(ctx: T): InyApp<T>;
  3. export default inyApp;