Add knip unused code & dependency analyser (#1441)
This commit is contained in:
committed by
GitHub
parent
ae187445af
commit
efde228da6
@@ -24,10 +24,6 @@ const FALLBACK_LOCALE = "en";
|
||||
|
||||
type TranslationKey = TKey<typeof EN>;
|
||||
|
||||
export function _td(text: TranslationKey): TranslationKey {
|
||||
return text;
|
||||
}
|
||||
|
||||
type SubstitutionValue = number | string;
|
||||
|
||||
interface Variables {
|
||||
|
||||
Reference in New Issue
Block a user