Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mediafire-link

azgar4433MIT0.0.2

You can have the Mediafire link with this module.

mediafire, bypasser

readme

mediafire-link

You can have the Mediafire link with this module.

Example

const getLink = require('mediafire-link');
getLink('MEDIAFIRE LINK').then((link) => {
    console.log(link)
    //output: DOWNLOAD MEDIAFIRE LINK
})