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