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