MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / String

Interface String

framework/utils/lib/common.ts:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface String {
3 format: (...args: Array<any>) => string;
4 formatFromArray: (args: any[]) => string;
5 rawformat: (object: any) => string;
6 }
7 interface Math {
8 sum: (...args: Array<number[] | number>) => number;
9 }

Callers 8

formatFunction · 0.85
testElementHotkeyFunction · 0.85
ComponentFunction · 0.85
tplFunction · 0.85
mongoIdFunction · 0.85
handleClickImportGroupsFunction · 0.85
RouterProviderFunction · 0.85
getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected