UNPKG
@winter-love/vite-plugin-monorepo-alias
Version:
latest (1.0.38)
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.28
1.0.27
vite monorepo alias plugin
@winter-love/vite-plugin-monorepo-alias
/
dist
/
split-window-root
/
index.d.ts
8 lines
(7 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
splitWindowRoot
:
(
path
:
string
) =>
{
restPath
:
string
;
root
:
string
; } | {
restPath
:
string
;
root
?:
undefined
; };