Dmitry Yv
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
@ -83,10 +83,10 @@ import browserEnv from 'browser-env'; |
|
|
|
browserEnv(); |
|
|
|
``` |
|
|
|
|
|
|
|
`browser-env` can also be preloaded at startup node as: |
|
|
|
`browser-env` can also be preloaded at node startup as: |
|
|
|
|
|
|
|
```sh |
|
|
|
node -r browser-env/require test.js |
|
|
|
node -r browser-env/register test.js |
|
|
|
``` |
|
|
|
|
|
|
|
## Related |
|
|
|