node-version-call
    Preparing search index...

    Type Alias VersionInfo

    type VersionInfo = {
        callbacks?: boolean;
        env?: NodeJS.ProcessEnv;
        storagePath: string;
        version: string;
    }
    Index

    Properties

    callbacks?: boolean
    env?: NodeJS.ProcessEnv
    storagePath: string
    version: string