x.js 84 Bytes Raw Blame History Permalink 1 2 3 var fl = require('freelist'); module.exports = function (n) { return fl(n) + 10 };