mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
parent
b430baef40
commit
a465baf86d
9 changed files with 348 additions and 194 deletions
7
src/tools/lorem-ipsum-generator/chinesegen.d.ts
vendored
Normal file
7
src/tools/lorem-ipsum-generator/chinesegen.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
declare module 'chinesegen' {
|
||||
export default function lorem(config: {
|
||||
count: number,
|
||||
}): {
|
||||
text: string
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue