UNPKG
timpla
Version:
latest (2.1.0)
2.1.0
2.1.0-rc2
2.1.0-rc1
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.3-rc2
2.0.3-rc1
2.0.2
2.0.1
2.0.0
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
1.5.1-rc9
1.5.1-rc8
1.5.1-rc7
1.5.1-rc6
1.5.1-rc5
1.5.1-rc4
1.5.1-rc3
1.5.1-rc2
1.5.1-rc15
1.5.1-rc14
1.5.1-rc13
1.5.1-rc12
1.5.1-rc11
1.5.1-rc10
1.5.1-rc1
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
An optimal website development experience.
github.com/igimanaloto/timpla
igimanaloto/timpla
timpla
/
lib
/
tasks
/
watch.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
import
*
as
gulp
from
'gulp'
;
import
{
IFullTimplaConfig
}
from
'../internal'
;
export
declare
const
watch
:
(
timplaConfig
:
IFullTimplaConfig
,
watchableTasks
:
any
) =>
gulp.
TaskFunction
;