/** * @import { IntLike } from "@helios-lang/codec-utils" * @import { AtLeastScript, AtLeastScriptJsonSafe, NativeContext, NativeScript } from "../index.js" */ /** * Throws an error if nRequired is < 1 or > scripts.length * @param {IntLike} nRequired * @param {NativeScript[]} scripts * @returns {AtLeastScript} */ export function makeAtLeastScript(nRequired: IntLike, scripts: NativeScript[]): AtLeastScript; import type { IntLike } from "@helios-lang/codec-utils"; import type { NativeScript } from "../index.js"; import type { AtLeastScript } from "../index.js"; //# sourceMappingURL=AtLeastScript.d.ts.map