import * as check from "../../../../generated/sync/check/array-of/null-or-undefined"; export function isArrayOfNullOrUndefined (mixed : any) : mixed is (null|undefined)[] { return check.checkArrayOfNullOrUndefined(mixed) === undefined; }