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