UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

11 lines (8 loc) 212 B
module.exports = function (instances) { 'use strict'; const bees = instances.get('main'); this.config = () => ({ 'errors': bees.errors, 'warnings': bees.warnings }); }