UNPKG

memfs

Version:

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

2 lines (1 loc) 50 B
export type Code<T = unknown> = () => Promise<T>;