makeAtLeastScript
Throws an error if nRequired is < 1 or > scripts.length
export function makeAtLeastScript(
nRequired: IntLike,
scripts: NativeScript[]
): AtLeastScript
Throws an error if nRequired is < 1 or > scripts.length
export function makeAtLeastScript(
nRequired: IntLike,
scripts: NativeScript[]
): AtLeastScript