UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

12 lines 298 B
"use strict"; /** * @module Intacct/SDK/Functions/Common/Query/Logical */ Object.defineProperty(exports, "__esModule", { value: true }); class AbstractLogical { constructor() { this.negate = false; } } exports.default = AbstractLogical; //# sourceMappingURL=AbstractLogical.js.map