UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

9 lines (5 loc) 149 B
#!/usr/bin/env node var mime = require('./mime.js'); var file = process.argv[2]; var type = mime.lookup(file); process.stdout.write(type + '\n');