UNPKG

173 BJavaScriptView Raw
1// creating all factories here in a separate file is needed to get tree-shaking working
2import * as allFactories from '../factoriesNumber.js';
3export var all = allFactories;
\No newline at end of file