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/.././serve-static/../camelcase/../p-limit/../parseurl/../@thi.ng/../domutils/../decamelize/../././.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');