FoundKey/packages/backend/src/prelude
Norm 683b0cfa82
backend: remove unused prelude modules
Much of these modules are no longer used in the backend. They seem to be
from before the code was organized in packages.
2022-10-11 01:53:34 -04:00
..
array.ts backend: add missing return type annotation in array.ts 2022-10-11 01:51:17 -04:00
await-all.ts fix some lints 2022-08-11 00:09:29 +02: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
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.