UNPKG
@solid-mediakit/auth-plugin
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
Package for easily creating server rpc functions in solid-start with goodies baked in
@solid-mediakit/auth-plugin
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
import
type
{
Plugin
}
from
'vite'
;
import
{
type
AuthPluginOptions
}
from
'./compiler'
;
export
declare
function
authVite
(
opts
:
AuthPluginOptions
):
Plugin
;