Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
314
function
isFontWeightProperty(prop) {
315
return
prop ===
'fontWeight'
316
}
317
318
export
const
convertCssPropertiesToCamelCase =
function
(props) {
319
const
output = {}
Callers
1
convertCssPropertiesToCamelCase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected