UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 129 B
export declare class StringUtils { private constructor(); static isNullOrWhitespace(str: string | undefined): boolean; }