Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
interface
String {
30
endsWith(suffix: string): boolean;
31
}
32
33
String.prototype.endsWith =
function
(suffix: string): boolean {
Callers
2
libd.js
File · 0.80
libd.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected