Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aduh95/hooks-backward-forward-compat


https://github.com/aduh95/hooks-backward-forward-compat

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

The following command should work on Node.js 18+

```sh
node -r my-hooks --loader my-hooks entry.mjs
```

For Node.js 20.6+ only, it can be simplified to:

```sh
node -r my-hooks entry.mjs
```