mongodb-download-url
- Version 1.7.0
- Published
- 91 kB
- 4 dependencies
- Apache-2.0 license
Install
npm i mongodb-download-urlyarn add mongodb-download-urlpnpm add mongodb-download-urlOverview
Lookup download URLs for MongoDB versions.
Index
Functions
Type Aliases
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 (16)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto 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[](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>
- Updated .
Package analyzed in 3121 ms. - Missing or incorrect documentation? Open an issue for this package.
