Spec-Zone.ru › Immutable.js

get()

get<K, V>(collection: Collection<K, V>, key: K): V | undefined
get<K, V, NSV>(collection: Collection<K, V>, key: K, notSetValue: NSV): V | NSV
get<TProps, K>(record: Record<TProps>, key: K, notSetValue: unknown): TProps,[K]
get<V>(collection: Array<V>, key: number): V | undefined
get<V, NSV>(collection: Array<V>, key: number, notSetValue: NSV): V | NSV
get<C, K>(object: C, key: K, notSetValue: unknown): C,[K]
get<V>(collection: {[key: string]: V}, key: string): V | undefined
get<V, NSV>(collection: {[key: string]: V},key: string,notSetValue: NSV): V | NSV
Эта документация сгенерирована из immutable.d.ts. Приветствуются pull запросы и вопросы.

© 2014–present, Lee Byron and other contributors
Licensed under the 3-clause BSD License.
https://immutable-js.com/docs/v4.2.1/get()/

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API