diff --git a/fp/_mapping.js b/fp/_mapping.js index 0868a9534..4f9ca560d 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -20,6 +20,7 @@ exports.aliasToReal = { 'extend': 'assignIn', 'extendWith': 'assignInWith', 'first': 'head', + 'identical': 'eq', 'init': 'initial', 'mapObj': 'mapValues', 'omitAll': 'omit',