This website requires JavaScript.
Explore
Help
Sign In
blsmedia
/
bot
Watch
2
Star
0
Fork
0
You've already forked bot
Code
Activity
Files
d1cc9180c893db8d230af9acf52f8a3beaed6e54
bot
/
packages
/
models
/
utils.ts
2 lines
43 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(editor): ♻️ Revert tables to arrays Yet another refacto. I improved many many mechanisms on this one including dnd. It is now end 2 end tested 🎉
2022-02-04 19:00:08 +01:00
export
type
IdMap
<
T
>
=
{
[
id
:
string
]
:
T
}
Copy Permalink