Function: isQuoted()
function isQuoted(value: string): boolean;
Defined in: _internal/font-analysis.ts:172
Return true when token is explicitly quoted.
Parametersโ
valueโ
string
Returnsโ
boolean
function isQuoted(value: string): boolean;
Defined in: _internal/font-analysis.ts:172
Return true when token is explicitly quoted.
string
boolean