Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 25x | /**
* @module
*
* Values fixed for every caller.
*
* @remarks
* Nothing here depends on runtime state — no environment, no request, no
* configuration lookup. {@link systemDefaults} is what an application runs on
* before it overrides anything, which makes it a constant rather than part of
* the engine that reads it.
*
* A leaf layer: nothing here imports from `core/`.
*
* @author Bayu Dwiyan Satria
* @version 1.0.0
* @since 1.0.0
*/
export { systemDefaults } from '@/constants/Defaults'
|