UNPKG
fake-content
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
its a small package which will give you fake data
github.com/wa5/fake-content
fake-content
/
dist
/
index.d.mts
7 lines
(5 loc)
•
132 B
text/typescript
View Raw
1
2
3
4
5
6
7
declare
const
ecomerce
: {
productNames
:
(
name
?:
string
) =>
string
[];
fruitesNames
:
() =>
string
[]; };
export
{ ecomerce };