UNPKG
tsds-build
Version:
latest (1.22.5)
1.22.5
1.22.4
1.22.3
1.22.2
1.22.1
1.22.0
1.21.1
1.21.0
1.20.6
1.20.5
1.20.4
1.20.3
1.20.2
1.20.1
1.20.0
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.10
1.18.8
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.10
1.17.9
1.17.8
1.17.7
1.17.6
1.17.5
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.0
1.15.21
1.15.20
1.15.19
1.15.18
1.15.17
1.15.16
1.15.15
1.15.14
1.15.13
1.15.12
1.15.11
1.15.10
1.15.9
1.15.8
1.15.7
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.11
1.14.10
1.14.9
1.14.8
1.14.7
1.14.6
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.46
1.13.45
1.13.44
1.13.43
1.13.41
1.13.40
1.13.37
1.13.35
1.13.34
1.13.33
1.13.32
1.13.30
1.13.29
1.13.28
1.13.26
1.13.25
1.13.24
1.13.23
1.13.22
1.13.21
1.13.20
1.13.19
1.13.18
1.13.17
1.13.15
1.13.14
1.13.13
1.13.12
1.13.11
1.13.10
1.13.9
1.13.8
1.13.6
1.13.5
1.13.3
1.13.2
1.13.1
1.13.0
1.12.21
1.12.19
1.12.18
1.12.16
1.12.14
1.12.13
1.12.12
1.12.11
1.12.7
1.12.5
1.12.2
1.12.1
1.12.0
1.11.22
1.11.21
1.11.20
1.11.17
1.11.16
1.11.15
1.11.14
1.11.13
1.11.12
1.11.11
1.11.10
1.11.9
1.11.8
1.11.7
1.11.6
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.2
1.10.1
1.10.0
1.9.7
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.13
1.8.12
1.8.11
1.8.9
1.8.8
1.8.5
1.8.4
1.8.3
1.8.1
1.8.0
1.7.7
1.7.6
1.7.5
1.7.4
1.7.2
1.7.1
1.6.15
1.6.14
1.6.12
1.6.11
1.6.10
1.6.9
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.9
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
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.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
Development stack for TypeScript libraries
github.com/kmalakoff/tsds-build
kmalakoff/tsds-build
tsds-build
/
dist
/
cjs
/
lib
/
files.d.cts
4 lines
(3 loc)
•
246 B
text/typescript
View Raw
1
2
3
4
import
{
type
TargetType
}
from
'ts-swc-transform'
;
import
{
type
CommandCallback
,
type
CommandOptions
}
from
'tsds-lib'
;
export
default
function
files
(
_args
:
string
[],
type
:
TargetType
,
options
:
CommandOptions
,
callback
:
CommandCallback
):
void
;