update
This commit is contained in:
9
ts/index.ts
Normal file
9
ts/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import * as plugins from './smartgulp.plugins'
|
||||
|
||||
export let src = () => {
|
||||
|
||||
}
|
||||
|
||||
export let dest = () => {
|
||||
|
||||
}
|
5
ts/smartgulp.plugins.ts
Normal file
5
ts/smartgulp.plugins.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as smartstream from 'smartstream'
|
||||
|
||||
export {
|
||||
smartstream
|
||||
}
|
Reference in New Issue
Block a user