ripstat
Version:
Fetch the stats for a file as if a saber-tooth tiger is chasing you!
6 lines (5 loc) • 365 B
TypeScript
declare const IS_WINDOWS: boolean;
declare const MAX_SAFE_INTEGER: number;
declare const RETRY_TIMEOUT = 5000;
declare const S_IFBLK: any, S_IFCHR: any, S_IFDIR: any, S_IFIFO: any, S_IFLNK: any, S_IFMT: any, S_IFREG: any, S_IFSOCK: any;
export { IS_WINDOWS, MAX_SAFE_INTEGER, RETRY_TIMEOUT, S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK };