UNPKG

nyks

Version:

nodejs exupery style

9 lines (5 loc) 127 B
"use strict"; const fs = require('fs'); module.exports = function(file_path) { return fs.statSync(file_path)["mtime"]; };