UNPKG

json-logic-engine

Version:

Construct complex rules with JSON & process them.

6 lines (5 loc) 134 B
/** * Coerces a value into an array. * This is used for unary value operations. */ export function coerceArray(value: any): any[];