{"id":15497525,"url":"https://github.com/bcomnes/existy","last_synced_at":"2025-10-14T18:42:52.574Z","repository":{"id":48119761,"uuid":"46251818","full_name":"bcomnes/existy","owner":"bcomnes","description":"Check if something exists (e.g. not null || undefined)","archived":false,"fork":false,"pushed_at":"2020-05-25T04:10:05.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T15:42:59.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/existy","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcomnes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-16T04:22:09.000Z","updated_at":"2019-08-21T08:45:05.000Z","dependencies_parsed_at":"2022-08-12T19:00:55.249Z","dependency_job_id":null,"html_url":"https://github.com/bcomnes/existy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fexisty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fexisty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fexisty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fexisty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcomnes","download_url":"https://codeload.github.com/bcomnes/existy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231521945,"owners_count":18389473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T08:39:20.748Z","updated_at":"2025-10-14T18:42:47.510Z","avatar_url":"https://github.com/bcomnes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# existy\n\n[![npm][npm-image]][npm-url]\n[![travis][travis-image]][travis-url]\n[![coverage][coverage-image]][coverage-url]\n\n[npm-image]: https://img.shields.io/npm/v/existy.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/existy\n[travis-image]: https://img.shields.io/travis/bcomnes/existy.svg?style=flat-square\n[travis-url]: https://travis-ci.org/bcomnes/existy\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/bcomnes/existy.svg?style=flat-square\n[coverage-url]: https://codeclimate.com/github/bcomnes/existy\n\n\nCheck if something exists (e.g. not `null` || `undefined`)\n\nA modularized version of the `existy` function found in [*Functional Javascript*](http://shop.oreilly.com/product/0636920028857.do) by [Michael Fogus](http://blog.fogus.me/).\n\n## Install\n\n```sh\n$ npm i existy --save\n```\n\n## Usage\n\n```js\nvar existy = require('existy')\nexisty(null) // false\nexisty(undefined) // false\nexisty(0) // true\nexisty(false) // true\n```\n\n## Contributing\n\nContributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n# Related\n\n- [`truthy`](https://www.npmjs.com/package/@bret/truthy)\n\n## References\n\n- [*Functional Javascript*](http://shop.oreilly.com/product/0636920028857.do) by [Michael Fogus](http://blog.fogus.me/)\n- [\"this is my best module\"](https://twitter.com/substack/status/469024887949242368) - substack\n\n## Licenses\n[ISC](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2Fexisty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcomnes%2Fexisty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2Fexisty/lists"}