UNPKG

90 BJavaScriptView Raw
1module.exports = {
2 get Segment() {
3 return require('./src/Segment').default;
4 },
5};