mongodb-download-url

  • Version 1.4.1
  • Published
  • 80.8 kB
  • 4 dependencies
  • Apache-2.0 license

Install

npm i mongodb-download-url
yarn add mongodb-download-url
pnpm add mongodb-download-url

Overview

Lookup download URLs for MongoDB versions.

Index

Functions

function clearCache

clearCache: (cachePath?: string) => Promise<void>;

    function getDownloadURL

    getDownloadURL: (opts?: Options | string) => Promise<DownloadArtifactInfo>;

      Type Aliases

      type DownloadArtifactInfo

      type DownloadArtifactInfo = Required<Omit<ArtifactOptions, 'csfle'>> & {
      url: string;
      artifact: string;
      name: string;
      ext: string;
      filenamePlatform: string;
      debug: false;
      branch: 'master';
      };

        type Options

        type Options = ArtifactOptions & VersionListOpts;

          Package Files (2)

          Dependencies (4)

          Dev Dependencies (15)

          Peer Dependencies (0)

          No peer dependencies.

          Badge

          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/mongodb-download-url.

          • Markdown
            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/mongodb-download-url)
          • HTML
            <a href="https://www.jsdocs.io/package/mongodb-download-url"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>