UNPKG
@bitjson/typedoc
Version:
latest (0.15.0-0)
0.15.0-0
Create api documentation for TypeScript projects.
typedoc.org
TypeStrong/TypeDoc
@bitjson/typedoc
/
dist
/
lib
/
converter
/
utils
/
base-path.d.ts
8 lines
(7 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
BasePath
{
private
basePaths;
add
(
fileName
:
string
):
void
;
trim
(
fileName
:
string
):
string
;
reset
():
void
;
static
normalize
(
path
:
string
):
string
; }