All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.mime.cli.js Maven / Gradle / Ivy

#!/usr/bin/env node

var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);

process.stdout.write(type + '\n');





© 2015 - 2024 Weber Informatics LLC | Privacy Policy