Skip to content

Instantly share code, notes, and snippets.

@SohumB
SohumB / hmm.js
Last active August 29, 2015 13:55
var fs = require('fs');
// then
hug(null, fs.writeFileSync, 'filename', 'data')
// should return the following function:
function() {
fs.writeFileSync('filename', 'data');