This commit is contained in:
2017-04-29 01:39:14 +02:00
commit be2fd470d6
9 changed files with 465 additions and 0 deletions

9
ts/index.ts Normal file
View File

@ -0,0 +1,9 @@
import * as plugins from './smartgulp.plugins'
export let src = () => {
}
export let dest = () => {
}

5
ts/smartgulp.plugins.ts Normal file
View File

@ -0,0 +1,5 @@
import * as smartstream from 'smartstream'
export {
smartstream
}