UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

5 lines (4 loc) 152 B
export const shouldEndQueryEarly = ( andOrBehavior: 'and' | 'or', results: boolean[], ) => andOrBehavior === 'and' && !results[results.length - 1];