UNPKG
not-real-data-package
Version:
latest (1.0.1)
1.0.1
1.0.0
not real data
not-real-data-package
/
index.js
10 lines
(8 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
notRealDataAr =
require
(
'./src/GenAr'
);
const
notRealDataFr =
require
(
'./src/GenFr'
);
const
notRealData =
require
(
'./src/GenEn'
);
module
.
exports
={ notRealData, notRealDataAr, notRealDataFr, }