/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.1.1
src/methods/getIn.js
5 строк
161 B
Lee Byron
Relicence and copyright (#1814)
18 июн 2021, 01:53
Не верифицирован
18 июн 2021, 01:53
5155a7f
Код
Авторство
О чём код?
import { getIn as _getIn } from '../functional/getIn'; export function getIn(searchKeyPath, notSetValue) { return _getIn(this, searchKeyPath, notSetValue); }