UNPKG

117 BJavaScriptView Raw
1'use strict';
2
3module.exports = [
4// type
5require('./Chain'),
6
7// construction function
8require('./function/chain')];
\No newline at end of file