UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (4 loc) 136 B
import { isFunction } from './is-function.js'; export function toFunction(value) { return isFunction(value) ? value : () => value; }