UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 114 B
declare function substring(S: string, inclusiveStart: number, exclusiveEnd?: number): string; export = substring;