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