I am pretty sure I did it correctly I have the first as a string and the second as an array the code is
const pokemons = require('../../arrays/pokemons.js')
const poss = stringSimilarity.findBestMatch(args, pokemons)
arrays file
exports.pokemons = [
pokemon lists
]
I am pretty sure I did it correctly I have the first as a string and the second as an array the code is
arrays file