UNPKG

@v4fire/core

Version:
9 lines (6 loc) 252 B
# 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: ['.*']}); ```