• File: cli.js
  • Full Path: /var/www/nodejs/Notifications_Imali_API/node_modules/mime/cli.js
  • Date Modified: 11/25/2017 7:17 AM
  • File size: 149 bytes
  • MIME-type: application/javascript
  • Charset: utf-8
#!/usr/bin/env node

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

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