UNPKG

nyks

Version:

nodejs exupery style

7 lines (5 loc) 132 B
"use strict"; const fs = require('fs'); module.exports = function(file_path) { return JSON.parse(fs.readFileSync(file_path)); };