MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:2198–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2196}
2197/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams) */
2198declare class URLSearchParams {
2199 constructor(init?: (Iterable<Iterable<string>> | Record<string, string> | string));
2200 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/size) */
2201 get size(): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected