Skip to content

Instantly share code, notes, and snippets.

@vdanchenkov
Last active October 1, 2016 22:56
Show Gist options
  • Save vdanchenkov/dcbf3ba0c523a218152f8dd4a1b7ea72 to your computer and use it in GitHub Desktop.
Save vdanchenkov/dcbf3ba0c523a218152f8dd4a1b7ea72 to your computer and use it in GitHub Desktop.
samples for wtf article
const lodash = require('lodash')
const wtf = require('wtf')
const print = ({ result, display }) => console.log(`${result} ≈ ${display}`)
wtf.sync({ lodash },
['apple', 'p'], true,
['apple', 'x'], false
).map(print)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment