MCPcopy
hub / github.com/remotion-dev/remotion / unquote

Function unquote

packages/google-fonts/scripts/utils.ts:3–4  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

1import type {Font} from './google-fonts';
2
3export const unquote = (str: string) =>
4 str.replace(/^['"]/g, '').replace(/['"]$/g, '');
5
6// Firefox does not support numbers in fontFamily
7export const replaceDigitsWithWords = (str: string): string => {

Callers 3

generateFunction · 0.90
generateFunction · 0.90
getValueFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…