MCPcopy
hub / github.com/ionic-team/ionicons / toLower

Function toLower

src/components/icon/utils.ts:160–160  ·  view source on GitHub ↗
(val: string)

Source from the content-addressed store, hash-verified

158export const isStr = (val: any): val is string => typeof val === 'string';
159
160export const toLower = (val: string) => val.toLowerCase();
161
162/**
163 * Elements inside of web components sometimes need to inherit global attributes

Callers 1

getNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…