UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

9 lines (7 loc) 186 B
/* eslint-disable node/no-unsupported-features/es-syntax */ const b = require('./b'); module.exports = { ...b, a: 'a', }; /* eslint-enable node/no-unsupported-features/es-syntax */