FoundKey/packages/backend/src/prelude
Johann150 d28931bf00
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
server: remove dateUTC function
2023-01-02 12:45:30 +01: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 server: remove dateUTC function 2023-01-02 12:45:30 +01: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.