smartgulp/ts/index.ts

9 lines
107 B
TypeScript
Raw Normal View History

2017-04-28 23:39:14 +00:00
import * as plugins from './smartgulp.plugins'
export let src = () => {
}
export let dest = () => {
}