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

2.0.3 • Public • Published

Installation

npm install --save @types/koa-qs

Summary

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

Details

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

index.d.ts

import * as koa from "koa";

declare namespace koaQs {
    type ParseMode = "extended" | "strict" | "first";
}

declare function koaQs(app: koa, mode?: koaQs.ParseMode): koa;

export = koaQs;

Additional Details

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

Credits

These definitions were written by Rémy Jeancolas.

/@types/koa-qs/

    Package Sidebar

    Install

    npm i @types/koa-qs

    Weekly Downloads

    13,412

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    2.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • types