source: trip-planner-front/node_modules/mime/cli.js@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 149 bytes
RevLine 
[6a3a178]1#!/usr/bin/env node
2
[e29cc2e]3var mime = require('./mime.js');
4var file = process.argv[2];
5var type = mime.lookup(file);
[6a3a178]6
7process.stdout.write(type + '\n');
8
Note: See TracBrowser for help on using the repository browser.