UNPKG

not-real-data-package

Version:

not real data

10 lines (8 loc) 214 B
const notRealDataAr = require('./src/GenAr'); const notRealDataFr = require('./src/GenFr'); const notRealData = require('./src/GenEn'); module.exports={ notRealData, notRealDataAr, notRealDataFr, }