UNPKG

profanity-check

Version:

This is a multi-language profanity check for validating text is clear and doesn't contain any profane words

9 lines (6 loc) 208 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./profanity-check.cjs.production.min.js') } else { module.exports = require('./profanity-check.cjs.development.js') }