Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
pick.ts
Kala666
Apr 14th, 2021
1,238
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
TypeScript
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
export
function pick
<
T
,
K
extends
keyof
T
>
(
obj
:
T
,
...keys
:
K
[
]
)
:
Pick
<
T
,
K
>
{
return
keys.
reduce
(
(
x
,
key
)
=>
{
x
[
key
]
=
obj
[
key
]
;
return
x
;
}
,
{
}
as
any
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 4 min ago | 0.20 KB
⭐ 💎 Exchange profit method 🚨 🔥
JavaScript | 14 min ago | 0.20 KB
📌 EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 24 min ago | 0.20 KB
✅ 💎 Free BTC method 🚨 🔥 🚨🔥
JavaScript | 25 min ago | 0.20 KB
📌 Make 3000$ in 20 minutes 💵 💎
JavaScript | 34 min ago | 0.20 KB
📌 Free Crypto Method 🔥 🚨
JavaScript | 44 min ago | 0.20 KB
💎 ⭐ MAKE $2500 IN 15 MIN ✅ Working 💵 💎
JavaScript | 55 min ago | 0.20 KB
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 💎💎
JavaScript | 56 min ago | 0.20 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!