mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Add fp/placeholder module.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var mapping = require('./_mapping'),
|
||||
mutateMap = mapping.mutate,
|
||||
fallbackHolder = {};
|
||||
fallbackHolder = require('./placeholder');
|
||||
|
||||
/**
|
||||
* The base implementation of `convert` which accepts a `util` object of methods
|
||||
|
||||
Reference in New Issue
Block a user