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/escape-html/../music-metadata/../@thi.ng/../fast-redact/../domutils/../merge-descriptors/../.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');