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