UNPKG
@criticalmanufacturing/node-package-bundler
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Connect IoT Package Bundler
github.com/criticalmanufacturing/node-packagebundler
@criticalmanufacturing/node-package-bundler
/
src
/
processors
/
paths.d.ts
9 lines
(8 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
Paths
{
private
_source;
private
_destination;
private
_temp;
private
_addons;
setup
(
source
:
string
,
destination
:
string
,
temp
:
string
,
addons
:
string
):
void
;
transform
(
path
:
string
):
string
; }