UNPKG

alm

Version:

The best IDE for TypeScript

5 lines 144 B
interface String { includes(str: string, pos?: number): boolean; startsWith(str: string): boolean; endsWith(str: string): boolean; }