UNPKG

@enonic/js-utils

Version:
10 lines (9 loc) 134 B
// storage/query/dsl/bool.ts function bool(compoundExpression) { return { boolean: compoundExpression }; } export { bool };