mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
7 lines
No EOL
136 B
TypeScript
7 lines
No EOL
136 B
TypeScript
declare module 'chinesegen' {
|
|
export default function lorem(config: {
|
|
count: number,
|
|
}): {
|
|
text: string
|
|
};
|
|
} |