tangled
alpha
login
or
join now
lenooby09.tech
/
social-app
mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork
atom
overview
issues
pulls
pipelines
social-app
/
src
/
lib
/
type-assertions.ts
at
verify-code
88 B
view raw
1
export
const
getKeys
=
Object
.
keys
as
<
T
extends
object
>
(
2
obj
:
T
,
3
)
=
>
Array
<
keyof
T
>