# core/prelude/env

This module provides a bunch of constants that relates to the runtime and provides API to work with environment settings.

```js
// Says to the environment that it should show all log messages
setEnv('log', {patterns: ['.*']});
```
