UNPKG
@saashub/qoq-utils
Version:
latest (3.3.0)
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.8.0-alpha.4
1.8.0-alpha.3
1.8.0-alpha.2
1.8.0-alpha.1
1.8.0-alpha.0
QoQ utils
github.com/saashub-it/qoq/tree/master/packages/utils
saashub-it/qoq
@saashub/qoq-utils
/
lib
/
paths.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
export
declare
const
getRelativePath
:
(
path
:
string
) =>
string
;
export
declare
const
resolveCwdPath
:
(
path
:
string
) =>
string
;
export
declare
const
resolveCwdRelativePath
:
(
path
:
string
) =>
string
;