UNPKG

@enonic/js-utils

Version:
11 lines (8 loc) 205 B
import type {BooleanDslExpression} from '/lib/xp/node'; export function bool(compoundExpression: BooleanDslExpression): { boolean :BooleanDslExpression; } { return { boolean: compoundExpression } }