"use strict"; module.exports = function matchSpecial(value) { return (value != null && value.___validatem_isSpecial === true); };