@socketregistry/is-async-function
v1.0.0
Published
Socket.dev optimized package override for is-async-function
Downloads
270
Readme
@socketregistry/is-async-function
A tested zero dependency drop-in replacement of
is-async-functioncomplete with TypeScript types.
Installation
Install as a package override
socket
CLI will automagically ✨ populate
overrides
and resolutions
of your package.json.
pnpm install -g [email protected]
socket optimizePrefer to do it yourself? Add @socketregistry/is-async-function
to your package.json.
{
"overrides": {
"is-async-function": "npm:@socketregistry/is-async-function@^1"
},
"resolutions": {
"is-async-function": "npm:@socketregistry/is-async-function@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
pnpm install @socketregistry/is-async-functionRequirements
Node >= 24
