UNPKG
@push.rocks/smartgulp
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.0
lightweight gulp replacement
gitlab.com/push.rocks/smartevent
@push.rocks/smartgulp
/
dist
/
smartgulp.gulpapi.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="node" />
import
{
Transform
}
from
'stream'
;
export
declare
let
src
:
(
minimatchPathArrayArg
:
string
[]
) =>
Transform
;
export
declare
let
dest
:
(
dirArg
:
string
) =>
void
;
export
declare
let
replace
:
() =>
Transform
;