Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/path-exists/../duplexify/./.././debug/../domutils/../cheerio/../negotiator/../wrappy/../url/../parse5/../bytes/../.bin/../@tokenizer/../process-warning/../@wasm-audio-decoders/../mime
الملفات الموجودة في هذا الـ Path:
.
..
.npmignore
CHANGELOG.md
LICENSE
README.md
cli.js
mime.js
package.json
src
types.json

مشاهدة ملف: 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');