diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-06 16:22:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-06 16:22:26 +0200 |
commit | cb78013884e3aa3b1e1a91722f5eeb78c62f6796 (patch) | |
tree | 72a40258a246607ecb59eb596e417f81181b59a7 /api | |
parent | 4e32a1942ff2478b557af1b900b3f3282d7ce55b (diff) |
update tests
Diffstat (limited to 'api')
-rw-r--r-- | api/japanese.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/japanese.ts b/api/japanese.ts index ffbc773..add897a 100644 --- a/api/japanese.ts +++ b/api/japanese.ts @@ -156,6 +156,3 @@ export default class Japanese { } } -export type test = keyof typeof Japanese.formatters; - -var gert: test = "HTML"; |