{"id":15483213,"url":"https://github.com/simonecorsi/is-async-function","last_synced_at":"2026-04-12T05:35:47.386Z","repository":{"id":143666761,"uuid":"419105981","full_name":"simonecorsi/is-async-function","owner":"simonecorsi","description":"Simple package to check if a function is either an AsyncFunction or not","archived":false,"fork":false,"pushed_at":"2021-10-20T09:03:29.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-20T00:34:07.313Z","etag":null,"topics":["async","asyncfunction","esm","github","javascript","nodejs","npm","typecheck","typescript"],"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/simonecorsi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-19T22:11:57.000Z","updated_at":"2021-10-20T09:03:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"4908220b-8dac-4256-b317-0334c4e93dc5","html_url":"https://github.com/simonecorsi/is-async-function","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.3076923076923077,"last_synced_commit":"1a9b8a40dbf24443263e1619cdbdab739697bf0f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecorsi%2Fis-async-function","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecorsi%2Fis-async-function/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecorsi%2Fis-async-function/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonecorsi%2Fis-async-function/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonecorsi","download_url":"https://codeload.github.com/simonecorsi/is-async-function/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246052468,"owners_count":20716034,"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":["async","asyncfunction","esm","github","javascript","nodejs","npm","typecheck","typescript"],"created_at":"2024-10-02T05:11:01.843Z","updated_at":"2025-12-30T23:20:41.230Z","avatar_url":"https://github.com/simonecorsi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-async-function\n\nThis package check if function provided is an AsyncFunction returning true/false.\n\n\u003c!-- toc --\u003e\n\n- [is-async-function](#is-async-function)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contact](#contact)\n\n\u003c!-- tocstop --\u003e\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Installation\n\n```sh\nnpm i --save @scdev/is-async-function\n# OR\nyarn add @scdev/is-async-function\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\n```javascript\nconst isAsyncFunction = require('@scdev/is-async-function');\nisAsyncFunction(() =\u003e {}) // false\nisAsyncFunction(async () =\u003e {}) // true\n```\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nProject is pretty simple and straight forward for what is my needs, but if you have any idea you're welcome.\n\nThis projects uses [commitizen](https://github.com/commitizen/cz-cli) so be sure to use standard commit format or PR won't be accepted\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'feat(scope): some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nSimone Corsi - [@im_simonecorsi](https://twitter.com/im_simonecorsi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonecorsi%2Fis-async-function","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonecorsi%2Fis-async-function","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonecorsi%2Fis-async-function/lists"}