????

Your IP : 18.188.123.155


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/send/node_modules/mime/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/send/node_modules/mime/cli.js

#!/usr/bin/env node

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

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