1
0
forked from mirror/misskey
misskey/src/prelude
tamaina abc296cdcc
refactor: use Object.fromEntries() instead of in-house implementation (#6401)
* refactor: use Object.fromEntries()
instead of in-house implementation

* Remove extra type assertions
2020-05-23 23:21:09 +09:00
..
array.ts refactor: use Object.fromEntries() instead of in-house implementation (#6401) 2020-05-23 23:21:09 +09:00
await-all.ts Cache meta 2019-04-24 08:11:19 +09:00
ensure.ts Better error handling 2019-04-14 04:17:24 +09:00
math.ts
maybe.ts リファクタリング (#4587) 2019-04-14 17:18:17 +09:00
README.md
relation.ts
string.ts
symbol.ts
time.ts CI通らないの修正 (#6173) 2020-03-22 09:21:21 +09:00
tree.ts
url.ts Improve drive downloading (#4523) 2019-03-18 13:20:49 +09:00
xml.ts

Prelude

このディレクトリのコードはJavaScriptの表現能力を補うためのコードです。 Misskey固有の処理とは独立したコードの集まりですが、Misskeyのコードを読みやすくすることを目的としています。