coderaiser / timem

Get file modification time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get file modification time

License:MIT License


Languages

Language:JavaScript 87.7%Language:HCL 12.3%