UNPKG

memfs

Version:

In-memory file-system with Node's fs API.

6 lines (5 loc) 133 B
export type * from './types'; export * from './constants'; export * from './sync'; export * from './binary'; export * from './json';