import * as check from "../../../sync/check/null"; export function isNull (mixed : any) : mixed is null { return check.checkNull(mixed) === undefined; }