UNPKG

nyks

Version:

nodejs exupery style

7 lines (5 loc) 120 B
"use strict"; var fs = require('fs'); module.exports = function(file_path){ return fs.statSync(file_path)["size"]; }