UNPKG
@pushrocks/smartpath
Version:
latest (5.0.5)
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.1
4.0.0
offers smart ways to handle paths
github.com/pushrocks/smartpath
pushrocks/smartpath
@pushrocks/smartpath
/
dist_ts
/
smartpath.transform.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
export
declare
const
makeAbsolute
:
(
localPathArg
:
string
,
baseArg
?:
string
) =>
string
;
export
declare
const
toAbsolute
:
(
relativeArg
:
string
|
string
[],
baseArg
?:
string
) =>
string
|
string
[];