minigame-std
    Preparing search index...

    Interface AppendOptions

    Options for appending to files.

    2.0.2

    interface AppendOptions {
        create?: boolean;
    }
    Index
    create?: boolean

    Whether to create the file if it does not exist.

    true