UNPKG

kick

Version:

Kickstarter and generator for AngularJS based on ES6, webpack and best practices

10 lines (5 loc) 199 B
'use strict'; const types = require('../generated-types'); let destroyers = {}; types.angular.forEach((type) => destroyers[type] = require('../destroyers/' + type)); module.exports = destroyers;