UNPKG

wordreference-api

Version:

An api to use the worldreference.com information

5 lines (4 loc) 154 B
'use strict'; module.exports = function (lang) { if (['es', 'en', 'it', 'fr'].indexOf(lang) != -1) return lang;else throw Error('Invalid language'); };