UNPKG
@alicloud/console-toolkit-plugin-rollup
Version:
latest (1.2.30)
next (1.0.14-alpha.0)
1.2.30
1.1.3
1.1.0
1.0.16
1.0.14
1.0.14-alpha.0
1.0.6
1.0.1
1.0.0-rc.7
1.0.0-rc.5
1.0.0-4.0
breezr plugin for rollup
@alicloud/console-toolkit-plugin-rollup
/
lib
/
path.d.ts
3 lines
(2 loc)
•
128 B
TypeScript
View Raw
1
2
3
export
declare
const
isAbsolutePath
:
(
path
:
string
) =>
boolean
;
export
declare
const
isRelativePath
:
(
path
:
string
) =>
boolean
;