/**
 * converts a int to bool
 *
 *
 */
import { IntToBoolJsNode } from './_ConversionPrimitives';
export { IntToBoolJsNode };
