UNPKG

salar-starwars

Version:
8 lines (6 loc) 192 B
const uniqueRandomArray = require('unique-random-array'); const starwarsJSON = require('./starwars.json'); module.exports = { all: starwarsJSON, random: uniqueRandomArray(starwarsJSON), };