MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / supports

Function supports

code/styling/public/app.js:23313–23317  ·  view source on GitHub ↗

* Supports * * @param {string} match * @param {string} group * @return {string}

(match, group)

Source from the content-addressed store, hash-verified

23311 * @return {string}
23312 */
23313 function supports (match, group) {
23314 var out = property(group, group.charCodeAt(0), group.charCodeAt(1), group.charCodeAt(2))
23315
23316 return out !== group+';' ? out.replace(propertyptn, ' or ($1)').substring(4) : '('+group+')'
23317 }
23318
23319 /**
23320 * Animation

Callers

nothing calls this directly

Calls 1

propertyFunction · 0.85

Tested by

no test coverage detected