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/../node-wav/../domhandler/../tslib/.././engine.io-parser/../debug/../safer-buffer/../vary/./../pngjs/coverage/../../ipaddr.js/./../encodeurl/../split2/./../gopd/../url/../.bin
الملفات الموجودة في هذا الـ Path:
.
..
mime
pbjs
pbts
pino
qrcode
qrcode-terminal
semver
uuid

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