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