UNPKG

@odoo/o-spreadsheet

Version:
10 lines (9 loc) 234 B
import { Arg } from "../types/misc"; export declare function boolAnd(args: Arg[]): { foundBoolean: boolean; result: boolean; }; export declare function boolOr(args: Arg[]): { foundBoolean: boolean; result: boolean; };