Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 13, 2020 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/52abee99d4f341000da0bd1782a570f3 to your computer and use it in GitHub Desktop.
Save isaacs/52abee99d4f341000da0bd1782a570f3 to your computer and use it in GitHub Desktop.
// XXX REMOVE THIS WHEN FIGGY PUDDING IS GONE
const figgy = require('figgy-pudding')
const DeFiggy = figgy({}, {
other: () => true
})
module.exports = conf => DeFiggy(conf).toJSON()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment