UNPKG

trufs

Version:
8 lines (5 loc) 210 B
import * as Atomically from 'atomically'; import * as FSExtra from 'fs-extra'; import * as GracefulFS from 'graceful-fs'; type Fs = typeof Atomically & typeof FSExtra & typeof GracefulFS; export type { Fs };