/** * 判断是否Window对象 * * @param {object} obj 对象 * @return {boolean} */ declare function isWindow(obj: any): boolean | 0; export default isWindow;