MCPcopy
hub / github.com/microsoft/SandDance / normalizeIconName

Function normalizeIconName

docs/app/js/sanddance-app.js:28049–28051  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

28047 * @param name - Icon name to normalize.
28048 * @returns {string} Normalized icon name to use for indexing and mapping.
28049 */ var normalizeIconName = function(name) {
28050 return name.toLowerCase();
28051};
28052function registerIcons(iconSubset, options) {
28053 var subset = (0, _tslib.__assign)((0, _tslib.__assign)({}, iconSubset), {
28054 isRegistered: false,

Callers 4

registerIconsFunction · 0.85
_loop_1Function · 0.85
registerIconAliasFunction · 0.85
getIconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected