method StringUtils.isNullOrWhitespaceimport { StringUtils } from "https://dotland.deno.dev/x/ts_morph@17.0.1/common/mod.ts"; isNullOrWhitespace(str: string | undefined): str is undefinedParametersstr: string | undefinedReturnsstr is undefined