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

3.0.3 • Public • Published

Installation

npm install --save @types/koa-etag

Summary

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

Details

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

index.d.ts

import * as etag from "etag";
import * as koa from "koa";

declare function koaEtag(options?: etag.Options): koa.Middleware;

export = koaEtag;

Additional Details

Credits

These definitions were written by Matthew Bull.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/koa-etag

Weekly Downloads

9,796

Version

3.0.3

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types