UNPKG

wikibase-dump-filter

Version:

Filter and format a newline-delimited JSON stream of Wikibase entities

7 lines (6 loc) 119 B
export default (hash, array) => { for (const value of array) { if (hash[value]) return true } return false }