UNPKG

big-int-stats

Version:

Create BigIntStats from fs.Stats for compatiblity on earlier versions of Node.js

4 lines (2 loc) 108 B
import type { BigIntStats, Dirent, Stats } from 'fs'; export type AnyStats = Stats | BigIntStats | Dirent;