UNPKG

universal-fs

Version:

Allows a client or server to access the file system in the current codebase or a different one.

3 lines (2 loc) 130 B
declare const pollyfillBuffer: () => Promise<typeof import("buffer").Buffer | BufferConstructor>; export default pollyfillBuffer;