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

    Interface TarballUnpackOptions

    interface TarballUnpackOptions {
        createDirIfNotExists: boolean;
        stripComponents: number;
        throwOnNonEmptyUnpackDir: boolean;
    }
    Index

    Properties

    createDirIfNotExists: boolean
    stripComponents: number
    throwOnNonEmptyUnpackDir: boolean