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