Checks options argument for missing incorrect property types
if (System.checkOptionsFailure(options)){ throw new Error ("Options inconsistent."); }
System options argument
Returns true if the arguments is corrupt; false if OK
Generated using TypeDoc
Checks options argument for missing incorrect property types
if (System.checkOptionsFailure(options)){ throw new Error ("Options inconsistent."); }