Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including get-extension with all npm packages installed. Try it out:

var extension = require('../')({ strict: false, testSecondLevel: true, mode: 'normal' }); var chalk = require('chalk'); var urls = [ ".hidden", "https://var/www/index.html", "file:///var/www/index.tar.xz", "file:///var/www/index.html", ]; for (var i = 0; i < urls.length; i++) { console.log("Extension for: '" + chalk.yellow.bold(urls[i]) + "': " + chalk.bold.green(extension(urls[i]))); }

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

get-extension v0.0.2

Library to parse a string for a (known) file extension

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free