MCPcopy
hub / github.com/ampproject/worker-dom / toLower

Function toLower

src/utils.ts:1–1  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

1export const toLower = (value: string): string => value.toLowerCase();
2
3export const toUpper = (value: string): string => value.toUpperCase();
4

Callers 15

querySelectorAllFunction · 0.85
typeMethod · 0.85
reflectPropertiesFunction · 0.85
matchAttrReferenceFunction · 0.85
addEventListenerFunction · 0.85
removeEventListenerFunction · 0.85
dispatchEventFunction · 0.85
getElementsByTagNameMethod · 0.85
cloneNodeMethod · 0.85
createElementMethod · 0.85
getContextMethod · 0.85
hyphenateKeyFunction · 0.85

Calls

no outgoing calls

Tested by 1

hydrateFilterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…