mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
declare module 'zh_cn_zh_tw' {
|
|
export const convertToSimplifiedChinese: (text: string) => string;
|
|
export const convertToTraditionalChinese: (text: string) => string;
|
|
}
|