UNPKG

webserv

Version:

a quick, flexible, fully typed development server

4 lines (3 loc) 127 B
/// <reference types="node" /> import { Stats } from 'fs'; export declare function getStat(target: string): Promise<Stats>;