Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9915561
path.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
path.d.ts
View Options
declare
module
'path'
{
interface
ParsedPath
{
root
:
string
;
dir
:
string
;
base
:
string
;
ext
:
string
;
name
:
string
;
}
interface
PathModule
{
sep
:
string
;
delimiter
:
string
;
basename
(
path
:
string
,
ext?
:
string
)
:
string
;
dirname
(
path
:
string
)
:
string
;
extname
(
path
:
string
)
:
string
;
join
(
...paths
:
string
[])
:
string
;
normalize
(
path
:
string
)
:
string
;
resolve
(
...paths
:
string
[])
:
string
;
relative
(
from
:
string
,
to
:
string
)
:
string
;
isAbsolute
(
path
:
string
)
:
boolean
;
parse
(
path
:
string
)
:
ParsedPath
;
format
(
pathObject
:
Partial
<
ParsedPath
>
)
:
string
;
posix
:
PathModule
;
win32
:
PathModule
;
}
const
path
:
PathModule
;
export
=
path
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 7:35 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
586995
Default Alt Text
path.d.ts (716 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment