UNPKG

@darkobits/formation

Version:
17 lines (14 loc) 390 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _FormationControl = require('./FormationControl'); Object.keys(_FormationControl).forEach(function (key) { if (key === "default" || key === "__esModule") return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _FormationControl[key]; } }); });