FoundKey/packages/backend/src/prelude
Norm 57f4312a27
chore: Change Misskey references to Foundkey
Also remove the contributors list from about-foundkey (renamed from
about-misskey).

Some comments that referenced Misskey were also translated to English.

Closes: FoundKeyGang/FoundKey#141
2022-09-13 13:19:36 -04:00
..
array.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
await-all.ts fix some lints 2022-08-11 00:09:29 +02:00
math.ts refactoring 2021-11-12 02:02:25 +09:00
maybe.ts fix lint 2021-12-09 23:58:30 +09:00
README.md chore: Change Misskey references to Foundkey 2022-09-13 13:19:36 -04:00
relation.ts refactoring 2021-11-12 02:02:25 +09:00
string.ts refactoring 2021-11-12 02:02:25 +09:00
symbol.ts refactoring 2021-11-12 02:02:25 +09:00
time.ts fix some lints 2022-08-11 00:09:29 +02:00
url.ts fix lint errors 2021-11-12 10:52:10 +09:00
xml.ts fix lint 2021-12-09 23:58:30 +09:00

Prelude

The code in this directory is intended to complement the expressive capabilities of JavaScript. It is a collection of code that is independent of FoundKey-specific processing, but is intended to make FoundKey code easier to read.