mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Make fp.property and alias of fp.get.
This commit is contained in:
@@ -15,6 +15,7 @@ exports.aliasToReal = {
|
|||||||
// Methods that are curried variants of others.
|
// Methods that are curried variants of others.
|
||||||
'conforms': 'conformsTo',
|
'conforms': 'conformsTo',
|
||||||
'matches': 'isMatch',
|
'matches': 'isMatch',
|
||||||
|
'property': 'get',
|
||||||
|
|
||||||
// Ramda aliases.
|
// Ramda aliases.
|
||||||
'__': 'placeholder',
|
'__': 'placeholder',
|
||||||
|
|||||||
Reference in New Issue
Block a user