remove()
remove<K, C>(collection: C, key: K): C remove<TProps, C, K>(collection: C, key: K): C remove<C>(collection: C, key: number): C remove<C, K>(collection: C, key: K): C remove<C, K>(collection: C, key: K): CThis documentation is generated from immutable.d.ts. Pull requests and Issues welcome.
© 2014–present, Lee Byron and other contributors
Licensed under the 3-clause BSD License.
https://immutable-js.com/docs/v4.0.0/remove()/