UNPKG

yadda

Version:
11 lines (9 loc) 194 B
var filters = { 'London teaching jobs': { locations: 'United Kingdom:England:London', positions: 'Teacher', }, }; module.exports = function (key, cb) { cb(null, filters[key]); };