????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/.bin/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/.bin/mime |
#!/usr/bin/env node var mime = require('./mime.js'); var file = process.argv[2]; var type = mime.lookup(file); process.stdout.write(type + '\n');