Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@types/koa-qs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-qs

TypeScript definitions for koa-qs

ts5.2
ts5.3
ts5.4
ts5.5
ts5.6
ts5.7
ts5.8
ts5.9
ts6.0
latest
Source
npmnpm
Version
2.0.5
Version published
Weekly downloads
17K
-16.55%
Maintainers
1
Weekly downloads
 
Created
Source

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 koa = require("koa");
import qs = require("qs");

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

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

export = koaQs;

Additional Details

  • Last updated: Wed, 14 Jan 2026 14:40:01 GMT
  • Dependencies: @types/koa, @types/qs

Credits

These definitions were written by Rémy Jeancolas.

FAQs

Package last updated on 14 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts