MCPcopy Index your code
hub / github.com/FxEmbed/FxEmbed / String

Interface String

src/strings.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface String {
5 format(options: { [find: string]: string }): string;
6 }
7}
8
9/* Useful little function to format strings for us */

Callers 15

esbuild.config.mjsFile · 0.85
mainFunction · 0.85
constructInstagramPostFunction · 0.85
fetchInstagramCsrfTokenFunction · 0.85
fetchInstagramHtmlFunction · 0.85
fetchWebProfileInfoFunction · 0.85
fetchTimelineGraphqlPageFunction · 0.85
fetchCommentPageGraphqlFunction · 0.85
ownerFallbackFromUserFunction · 0.85
fullUserFromWebProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected