MCPcopy
hub / github.com/vuejs/core / String

Interface String

packages/global.d.ts:32–37  ·  packages/global.d.ts::String

Source from the content-addressed store, hash-verified

30}
31
32declare interface String {
33 /**
34 * @deprecated Please use String.prototype.slice instead of String.prototype.substring in the repository.
35 */
36 substring(start: number, end?: number): string
37}

Callers 15

resolveDefineFunction · 0.85
constructorMethod · 0.85
createReactiveObjectFunction · 0.85
hasOwnPropertyFunction · 0.85
setMethod · 0.85
setMethod · 0.85
deletePropertyMethod · 0.85
assertValueFunction · 0.85
filters.spec.tsFile · 0.85
generateCodeFrameFunction · 0.85
toDisplayStringFunction · 0.85
replacerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected