return isObject(obj)
    && isNum(obj.mtime)
    && isNum(obj.ctime)
    && isNum(obj.mode)
    && isString(obj._type)