- const {
- statusRegisters
- } = require('./registers')
- const {
- formatStatusRegisters
- } = require('./status-format')
- function getStatusPageState() {
- return {
- statusRegisters: formatStatusRegisters(statusRegisters)
- }
- }
- module.exports = {
- getStatusPageState
- }
|