1.0.2 • Published 8 years ago

is-window v1.0.2

Weekly downloads
1,937,523
License
MIT
Repository
github
Last release
8 years ago

is-window

Checks if the given value is a window object.

MIT License

build:? coverage:?

Install

$ npm install --save is-window 

Usage

var isWindow = require('is-window');

isWindow();               // => false
isWindow(1);              // => false
isWindow('1');            // => false
isWindow(true);           // => false
isWindow(null);           // => false
isWindow({});             // => false
isWindow(function () {}); // => false
isWindow([]);             // => false
isWindow([1, 2, 3]);      // => false

Related

  • is-nil - Checks if the given value is null or undefined.
  • is-null - Checks if the given value is null.
  • is-native - Checks if the given value is a native function.
  • is-index - Checks if the given value is a valid array-like index.
  • is-length - Checks if the given value is a valid array-like length.
  • is-array-like - Checks if the given value is an array or an array-like object.

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

is-dom@infinitebrahmanuniverse/nolb-is-w@saaspe/components@everything-registry/sub-chunk-1935@eliumhq/slate-reactmuxi-slate-react@jaapfrolich/slate-react@jfrolich/slate-react@jfrolich/slate-react2@jianghe/slate-react@kancloud/slate-react@ksimons/slate-reactreact-form-component-library@gitbook/slate-react@gigmade/slate-react@hdnha11/slate-react@grafana/slate-reactnomad-slate@makeflow/slate-react@marti.planellas/slate-react@mattkrick/slate-react@lennym/slate-react@kaydelaney/slate-react@kgdev/slate@lego-js/tests@hugo-team/slate-react@happyiterating/slate-reactparvan_componentsparvan_reactjs_components@nxtedition/slate-react@ngx-slate/core@opuscapita/slate-reactsequelcomponentsjq-slate-reactskorzh-slate-reactslate-packagesslate-react-patch-androidslate-react-test2slate-react-tsslate-react-zhslate-react-41slate-react-androidslate-react-asslate-react-for-kbslate-react-iframeslate-react-legacy@leadsimple/slate-react@quantfive/slate@quantfive/slate-react-16.6.3@qwerchuan/slate-react@podlubnaja/ui-kit@zalastax/nolb-is-w@zykj/slate-react@advanced-learning/slate-react@pedroalves0/slate-react@pathable/slateclingy@bjoerge/slate@blkmarketco/components-libraryappcharge-checkoutappcharge-checkout-reactjs-sdkyuankui-slate-reactwonder-slate@aykamko/slate-react@thirdscope/slate-react@skeetboothppq/component-library@slate-fork/slate-react@slate-legacy/slate-reactsvelte-component-lib@sethyuan/slate-react@shivarajapple/first-library@upsilon/slate-react@wangsijie/slate-reactvirtual-scroll-core@webflo/slateu-library@vitali_shcherbina/styled-lib@xiaozhistar/slate-react@szymon-solak/slate-reactterryoy-slate@xuhaojun/slate@concord-consortium/slate-react@boyuai/slate-react@bonio-tw/slate-react@convertkit/slate-react@curvetech/slate-reactinstall-isdruide-slate-reactis-dom-detachedis-cross-originis-array-likej22-slatejfrolich-slate-react@domoinc/slate-reactdesign-system-fitbank-450lidong-slate-reactfn-lib-example
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.0

8 years ago