MCPcopy
hub / github.com/basarat/typescript-book / endsWith

Method endsWith

code/types/lib/usage/libd.ts:30–30  ·  view source on GitHub ↗
(suffix: string)

Source from the content-addressed store, hash-verified

28
29interface String {
30 endsWith(suffix: string): boolean;
31}
32
33String.prototype.endsWith = function(suffix: string): boolean {

Callers 2

libd.jsFile · 0.80
libd.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected