500tech/angular-kick

View on GitHub
lib/destroyers/destroyers.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

const types = require('../generated-types');

let destroyers = {};

types.angular.forEach((type) => destroyers[type] = require('../destroyers/' + type));

module.exports = destroyers;