timem
v3.0.0
Published
Get file modification time
Downloads
5,745
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