MCPcopy
hub / github.com/microsoft/rushstack / detokenize

Function detokenize

src/index.ts:133–139  ·  view source on GitHub ↗
(styles: string)

Source from the content-addressed store, hash-verified

131 * @param {string} styles Tokenized styles to fix.
132 */
133export function detokenize(styles: string): string {
134 if (styles) {
135 styles = resolveThemableArray(splitStyles(styles));
136 }
137
138 return styles;
139}
140
141/**
142 * Resolves ThemingInstruction objects in an array and joins the result into a string.

Callers 2

index.test.tsFile · 0.90
registerStylesIEFunction · 0.85

Calls 2

resolveThemableArrayFunction · 0.85
splitStylesFunction · 0.85

Tested by

no test coverage detected