Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RubyLouvre/anu
/ caseFold
Function
caseFold
test/babel.js:57311–57313 ·
view source on GitHub ↗
(codePoint)
Source
from the content-addressed store, hash-verified
57309
}
57310
57311
function
caseFold(codePoint) {
57312
return
has(iuMappings, codePoint) ? iuMappings[codePoint] : false;
57313
}
57314
57315
var
ignoreCase = false;
57316
var
unicode = false;
Callers
3
babel.js
File · 0.85
processCharacterClass
Function · 0.85
processTerm
Function · 0.85
Calls
1
has
Function · 0.70
Tested by
no test coverage detected