Interface CopyOnWriteOptions

Configuration options for CoW.

interface CopyOnWriteOptions {
    journal?: Journal;
    readable: any;
    writable: any;
}

Properties

journal?: Journal
readable: any

The file system that initially populates this file system.

writable: any

The file system to write modified files to.