timem

Get file modification time.

Usage no npm install needed!

<script type="module">
  import timem from 'https://cdn.skypack.dev/timem';
</script>

README

TimeM

Get file modification time.

Install

npm i timem --save

Hot to use

const time = require('timem');

const result = await time('/etc/passwd');
const rawResult = await time('/etc/passwd', 'raw');

License

MIT