UNPKG

ripstat

Version:

Fetch the stats for a file as if a saber-tooth tiger is chasing you!

5 lines (4 loc) 155 B
import Stats from './stats'; declare const ripstat: (filePath: string, timeout?: number) => Promise<Stats>; export default ripstat; export type { Stats };