UNPKG

webserv

Version:

a quick, flexible, fully typed development server

7 lines (6 loc) 175 B
import { Transform } from '../interface'; export interface Directory { directory: string; files: string[]; } export declare const directoryTransform: Transform;