UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

13 lines (11 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class StringUtils { constructor() { } static isNullOrWhitespace(str) { return typeof str !== "string" || str.trim().length === 0; } } exports.StringUtils = StringUtils; //# sourceMappingURL=StringUtils.js.map