UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

7 lines (6 loc) 251 B
export declare class StringUtils { private constructor(); static isNullOrWhitespace(str: string | undefined): boolean; static repeat(str: string, times: number): string; static endsWith(str: string, endsWithString: string): boolean; }