UNPKG

eslint-plugin-i18n-json

Version:

Fully extendable eslint plugin for JSON i18n translation files.

6 lines (5 loc) 130 B
module.exports = (message) => { if (typeof message !== 'string') { throw new TypeError('Message must be a String.'); } };