UNPKG

124 BJavaScriptView Raw
1'use strict'
2module.exports = [
3 // type
4 require('./Chain'),
5
6 // construction function
7 require('./function/chain')
8]