feat(Lorem Ipsum Generator): generate multi language/script

Fix #1080
This commit is contained in:
sharevb 2024-06-25 09:06:53 +02:00 committed by ShareVB
parent b430baef40
commit a465baf86d
9 changed files with 348 additions and 194 deletions

View file

@ -0,0 +1,7 @@
declare module 'chinesegen' {
export default function lorem(config: {
count: number,
}): {
text: string
};
}