Initial commit
[yaffs-website] / node_modules / node-sass / node_modules / lodash / fp / negate.js
1 var convert = require('./convert'),
2     func = convert('negate', require('../negate'), require('./_falseOptions'));
3
4 func.placeholder = require('./placeholder');
5 module.exports = func;