UNPKG
@isotope/docking
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
Docking - Isotope-based Static Site Generator
areknawo.com/docking
Isotope-js/isotope
@isotope/docking
/
lib
/
tasks
/
watch
/
index.d.ts
11 lines
(10 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Config
}
from
"../../config"
;
import
{
Storage
}
from
"../../storage"
;
/** * Docking watch task function. * *
@param
storage
- Docking storage. *
@param
config
- Docking config. */
declare
const
watch
:
(
storage
:
Storage
,
config
:
Config
) =>
void
;
export
{ watch };