interface IOptions {
    fileName: string;
    writable?: boolean;
}

Properties

Properties

fileName: string

The name of the file to be saved.

writable?: boolean

Whether the file is writable. If not specified, defaults to false