UNPKG
@noeldemartin/faker
Version:
latest (7.6.0)
7.6.0
Generate massive amounts of fake contextual data
github.com/noeldemartin/faker
noeldemartin/faker
@noeldemartin/faker
/
dist
/
types
/
definitions
/
lorem.d.ts
11 lines
(10 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
type
{
LocaleEntry
}
from
'./definitions'
;
/** * The possible definitions related to lorem texts. */
export
declare
type
LoremDefinitions
=
LocaleEntry
<{
/** * Lorem words used to generate dummy texts. */
words
:
string
[]; }>;