UNPKG
@lifaon/path
Version:
latest (3.0.0)
3.0.0
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
Useful tool to manage paths like the URL object
github.com/lifaon74/path
lifaon74/path
@lifaon/path
/
class
/
functions
/
is-path.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
import
{
Path
}
from
'../path.class.js'
;
export
declare
function
isPath
(
value
:
unknown
): value is
Path
;