@types/koa-mount
TypeScript icon, indicating that this package has built-in type declarations

4.0.5 • Public • Published

Installation

npm install --save @types/koa-mount

Summary

This package contains type definitions for koa-mount (https://github.com/koajs/mount).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-mount.

index.d.ts

import Koa = require("koa");

declare function mount<StateT = Koa.DefaultState, ContextT = Koa.DefaultContext>(
    app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>,
): Koa.Middleware<StateT, ContextT>;

declare function mount<StateT = Koa.DefaultState, ContextT = Koa.DefaultContext>(
    prefix: string,
    app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>,
): Koa.Middleware<StateT, ContextT>;

declare namespace mount {}

export = mount;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: @types/koa

Credits

These definitions were written by Tomek Łaziuk, and Vladislav Polyakov.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @types/koa-mount

Weekly Downloads

120,888

Version

4.0.5

License

MIT

Unpacked Size

3.74 kB

Total Files

5

Last publish

Collaborators

  • types