UNPKG

hono

Version:

Web framework built on Web Standards

9 lines (8 loc) 159 B
/** * @module * Constants for compression. */ /** * Match for compressible content type. */ export declare const COMPRESSIBLE_CONTENT_TYPE_REGEX: RegExp;