SqArray.d.ts (924B)
1 import { Value } from "../../value/index.js"; 2 import { SqValueContext } from "../SqValueContext.js"; 3 export declare class SqArray { 4 private _value; 5 context?: SqValueContext | undefined; 6 constructor(_value: Value[], context?: SqValueContext | undefined); 7 getValues(): (import("./index.js").SqArrayValue | import("./index.js").SqBoolValue | import("./index.js").SqDateValue | import("./index.js").SqDistributionValue | import("./index.js").SqLambdaValue | import("./index.js").SqNumberValue | import("./index.js").SqDictValue | import("./index.js").SqStringValue | import("./index.js").SqPlotValue | import("./index.js").SqTableChartValue | import("./index.js").SqCalculatorValue | import("./index.js").SqScaleValue | import("./index.js").SqTimeDurationValue | import("./index.js").SqVoidValue | import("./index.js").SqDomainValue | import("./index.js").SqInputValue)[]; 8 } 9 //# sourceMappingURL=SqArray.d.ts.map