UNPKG

142 Btext/coffeescriptView Raw
1import coffee2 from './coffee2'
2import babel from './babel'
3import task, { tasks } from './gulp'
4
5export {
6 coffee2
7 babel
8 task
9 tasks
10}