{"id":24364427,"url":"https://github.com/nemanjapetrovic/is-null-or-undefined","last_synced_at":"2026-04-12T19:50:19.271Z","repository":{"id":51270941,"uuid":"276483742","full_name":"nemanjapetrovic/is-null-or-undefined","owner":"nemanjapetrovic","description":"Is a simple npm package to check if sent arguments are null or undefined.","archived":false,"fork":false,"pushed_at":"2021-05-18T07:52:29.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T00:05:53.206Z","etag":null,"topics":["is","library","npm","null","or","undefined"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nemanjapetrovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-07-01T21:17:29.000Z","updated_at":"2021-05-18T07:52:52.000Z","dependencies_parsed_at":"2022-09-26T20:01:55.483Z","dependency_job_id":null,"html_url":"https://github.com/nemanjapetrovic/is-null-or-undefined","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemanjapetrovic%2Fis-null-or-undefined","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemanjapetrovic%2Fis-null-or-undefined/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemanjapetrovic%2Fis-null-or-undefined/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemanjapetrovic%2Fis-null-or-undefined/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemanjapetrovic","download_url":"https://codeload.github.com/nemanjapetrovic/is-null-or-undefined/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243196623,"owners_count":20251859,"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":["is","library","npm","null","or","undefined"],"created_at":"2025-01-18T23:53:06.252Z","updated_at":"2025-12-31T00:48:59.815Z","avatar_url":"https://github.com/nemanjapetrovic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [@nempet/is-null-or-undefined](https://www.npmjs.com/package/@nempet/is-null-or-undefined)\n\nIs a simple npm package to check if sent arguments are null or undefined.\n\nFeatures:\n\n- You can send as many arguments as you want to check in one run\n- If one of the arguments is null or undefined it will return: `true`\n\n# Install\n\nTo install [@nempet/is-null-or-undefined](https://www.npmjs.com/package/@nempet/is-null-or-undefined) package just run:\n\n```npm i @nempet/is-null-or-undefined```\n\n# Usage examples\n\n\n```\nconst isNullOrUndefined = require('is-null-or-undefined');\n```\n\n\n**The following examples will always return: `false` as sent arguments are not NULL neither are Undefined**\n\n```\n  isNullOrUndefined('1'); // will return false\n\n  isNullOrUndefined(2); // will return false\n\n  isNullOrUndefined({someInt: 123}); // will return false\n\n  isNullOrUndefined('1'); // will return false\n\n  isNullOrUndefined('1', 2, '3', {}, 4, 5); // will return false\n\n  isNullOrUndefined({ some: null }); // will return false\n\n  isNullOrUndefined({ some: undefined }); // will return false\n```\n\n**The following examples will always return: `true` as sent arguments are either NULL or Undefined**\n\n```\n  isNullOrUndefined('1', 2, '3', {}, null, 5); // will return true\n\n  isNullOrUndefined('1', 2, undefined, {}, 4, 5); // will return true\n```\n\n# [Contribution](CONTRIBUTING)\n\nFeel free to contribute by forking this repository, making changes, and submitting pull requests. For any questions or advice place an issue on this repository.\n\n# License\n\n  [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemanjapetrovic%2Fis-null-or-undefined","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemanjapetrovic%2Fis-null-or-undefined","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemanjapetrovic%2Fis-null-or-undefined/lists"}