UNPKG
@gpm-lds-astro/components
Version:
latest (0.24.15)
0.24.15
0.23.15
0.22.15
0.21.15
0.21.14
0.2.14
0.2.13
0.2.12
0.2.11
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
Components of the LDS Astro template.
github.com/shah/gpm-lds-astro
shah/gpm-lds-astro
@gpm-lds-astro/components
/
utils
/
index.ts
4 lines
(3 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
export
{ capitalize, getLastItemOfArray, transformToNavItems }
from
'./misc'
;
export
{ generateTree, transformTree, getSidebarSectionsDictionary }
from
'./sidebar'
;
export
{ findPage, getCurrentDirectoryPages }
from
'./files'
;