Touch, asynchronous and with millisecond granularity
npm install touch-msTouch, asynchronous and with millisecond granularity
A minimal helper to update asynchronously the mtime and atime of an existing file with the current date at millisecond granularity.
``js
import touchMs from 'touch-ms';
touchMs('path/to/file'); // Returns a promise resolving to the new stats
``
touch-ms is MIT licensed.
© 2017 Jason Lenoble