MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / isFontWeightProperty

Function isFontWeightProperty

lib/utils.js:314–316  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

312}
313
314function isFontWeightProperty(prop) {
315 return prop === 'fontWeight'
316}
317
318export const convertCssPropertiesToCamelCase = function (props) {
319 const output = {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected