issues
search
piotrwitek
/
utility-types
Collection of utility types, complementing TypeScript built-in mapped types and aliases (think "lodash" for static types).
MIT License
5.54k
stars
230
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add NonEmptyArray
#199
davidtjones02
opened
4 months ago
0
UnionToIntersection fails sometimes, but there's a fix
#198
mighdoll
opened
4 months ago
0
DeepWritable - Mostly for testing purposes
#197
FranciscoKloganB
opened
6 months ago
0
Deep Recursive Optional & Required with the possibility to define a path to a property
#196
robkuz
opened
6 months ago
0
`MapValues`, `MapValuesPick`, `MapValuesOmit` for transformations
#195
Antonzo
opened
7 months ago
0
`FilterKeys`, `OmitByCondition`, `PickByCondition` (more flexible variants of `Pick` and `Omit`)
#194
Antonzo
opened
7 months ago
0
Added "UnionKeys" type
#193
filipomar
closed
9 months ago
1
Allow for a AllUnionKeys
#192
filipomar
closed
9 months ago
2
add hasProperty, hasDefinedProperty, hasValorizedProperty and PossibleKeys
#191
raythurnvoid
opened
9 months ago
0
add "has_property" and "has_value" type guards for objects
#189
raythurnvoid
opened
10 months ago
1
Is there any way to use these types without import 'utility-types'
#188
FrankFang
closed
1 year ago
3
rfc: add DeepAssign
#187
cdaringe
opened
1 year ago
1
Type Falsey doesn't include `0n` and `HTMLAllCollection`.
#186
BetaZhang
opened
1 year ago
1
Fix typo in $Call comment
#185
Yuddomack
closed
1 year ago
0
fix: DeepPartial with generic parameter should allow assigning {}
#184
mpiniarski
closed
1 year ago
5
DeepPartial does not allow empty object for generics
#183
mpiniarski
closed
1 year ago
2
Inconsistency with Assign docs
#182
ofekisr
opened
1 year ago
1
Non Empty Array Type
#181
Leandro-Albano
opened
2 years ago
2
Update $ElementType to support keyofStringsOnly:true
#180
Knagis
opened
2 years ago
3
$ElementType does not work with keyofStringsOnly TS option
#179
Knagis
opened
2 years ago
2
Idea is Great, Why don't you commit your types utility to Typescript official built-in rather extra types?
#178
ericchanyoov
closed
2 years ago
1
Is there any reason for using yarn add instead of yarn add -D
#177
Phryxia
closed
2 years ago
1
Add a type "Swap<T, Replaced, Replacing>
#176
euberdeveloper
opened
2 years ago
1
Add support for generic Event utility types
#175
mindplay-dk
opened
3 years ago
0
TypeScript: `DeepPartial` not working for union of string and string literals
#174
fluffy-heinzelman
opened
3 years ago
0
New Type "RequiredByValueExcept<T, ValueType>", "PartialByValueExcept<T, ValueType>"
#173
black7375
opened
3 years ago
0
Module '"utility-types"' has no exported member 'Nullish'.
#172
flisboac
closed
10 months ago
4
Update README.md
#171
hiyangguo
closed
2 years ago
0
rfc: implement Dictionary<T>
#170
cdaringe
opened
3 years ago
0
Simplified PickByValue by using as keyword
#169
timuric
opened
3 years ago
0
'_DeepPartialArray' is not generic.
#168
cesar900808
opened
3 years ago
0
New Type "AsyncReturnType"
#167
VanCoding
opened
3 years ago
0
New utility type: Widen object's primitives
#166
pelhage
opened
3 years ago
0
Optional updated
#165
baharalidurrani
opened
3 years ago
0
Can Intersection give an example
#164
xuwenhao0803
opened
3 years ago
0
Remove index signature
#163
aspirisen
opened
3 years ago
0
add TupleOf type
#162
DetachHead
opened
3 years ago
1
Add TupleOf type
#161
piotrwitek
opened
3 years ago
2
Add new type: `AbstractConstructorParameters<T>`
#160
hackape
opened
3 years ago
1
what does this `-?` spec? and where I can get such related grammar
#159
xkx9431
closed
4 years ago
1
Add a "DeepMutable<T>" type
#158
JShabtai
opened
4 years ago
0
fix: ReadOnly<T> has a typo in its documentation (#156)
#157
cyli2014
closed
4 years ago
1
$ReadOnly<T> has a typo in its documentation
#156
cyli2014
closed
4 years ago
3
Link to ReturnType from $Call docs
#155
kumar303
closed
4 years ago
0
Fix typo in $Call documentation
#154
kumar303
closed
4 years ago
0
Fix a typo in README
#153
gamtiq
closed
4 years ago
0
add "Nullish" type alias
#152
zhirzh
closed
4 years ago
1
Refactoring to utilize new recursive conditional feature
#151
dgreene1
opened
4 years ago
1
Inverse of `Unionize`
#150
calvinwyoung
closed
4 years ago
1
$Call with arguments has confusing documentation
#149
kumar303
closed
4 years ago
6
Next