@mikeyt23/node-cli-utils
    Preparing search index...

    Interface EmptyDirectoryOptions

    interface EmptyDirectoryOptions {
        fileAndDirectoryNamesToSkip: string[];
        force: boolean;
        throwIfNotExists: boolean;
    }
    Index

    Properties

    fileAndDirectoryNamesToSkip: string[]

    An optional array of file and directory names to skip, but only at the top level of the directoryToEmpty.

    force: boolean
    throwIfNotExists: boolean