mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
5 lines
245 B
TypeScript
5 lines
245 B
TypeScript
export declare const isChinese: (text: string) => boolean;
|
|
export declare const isChineseName: (user: User) => boolean;
|
|
export declare const getUserFullName: (user: User) => string;
|
|
export declare const getUserShortName: (user: User) => string;
|