Skip to content

Other packages

These tables provided to show associations of similar patterns

Lodash

lodash@websrhine/stdlib
eq(...)areSameValueZero(...)
isEqual(...)areEqual(...)
omit(...)omit(clone(...))
pick(...)pick(clone(...))
cloneDeep(...)clone(...) | copy(...)
uniq(...)dedupeItems(...) | dedupe(...)
negate(...)negate(...)
times(...)times(...)
clamp(...)clamp(...)
identity(...)through(...)

Utility types

utility-types@websrhine/stdlib | @websrhine/stdtyp
DeepNonNullableNonNullableDeep
DeepPartialPartialDeep
DeepReadonlyReadonlyDeep
DeepRequiredRequiredDeep