UNPKG
starlight-ion-theme
Version:
latest (2.4.0)
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0

louisescher.github.io/starlight-ion-theme/
starlight-ion-theme
/
components
/
utils
/
format-path.ts
9 lines
(6 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
project
from
"virtual:starlight/project-context"
;
import
{ createPathFormatter }
from
"./createPathFormatter"
;
export
const
formatPath =
createPathFormatter
({
format
: project.
build
.
format
,
trailingSlash
: project.
trailingSlash
, });