All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utils.evalResultCheck.ts Maven / Gradle / Ivy

The newest version!
import isUndefined from 'lodash/isUndefined'

export const evalResultCheck = (evalResult: unknown) => !isUndefined(evalResult) && Boolean(evalResult)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy