Packages@isp.nexus/coreFunctionscontinueIfOn this pagecontinueIf() function continueIf(predicate): Promise<void> Resolves promise if condition is truthy, otherwise throws an error. This is useful for early returns in async functions. Parameters ParameterTypepredicateunknown Returns Promise<void> See throwIf for the opposite behavior.