UNPKG

webserv

Version:

a quick, flexible, fully typed development server

6 lines (5 loc) 166 B
import { Transform } from '../interface'; export interface AcceptProperties { [match: string]: Transform; } export declare const acceptTransform: Transform;