Function: stripSurroundingQuotes()
function stripSurroundingQuotes(value: string): string;
Defined in: _internal/font-analysis.ts:279
Remove one layer of single/double quotes from a CSS string token.
Parametersโ
valueโ
string
Returnsโ
string
function stripSurroundingQuotes(value: string): string;
Defined in: _internal/font-analysis.ts:279
Remove one layer of single/double quotes from a CSS string token.
string
string