This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/lodash/fp/unset.js

6 lines
155 B
JavaScript

var convert = require('./convert'),
func = convert('unset', require('../unset'));
func.placeholder = require('./placeholder');
module.exports = func;