UNPKG
@authup/server-api
Version:
latest (0.45.10)
0.45.10
0.45.9
0.45.8
0.45.7
0.45.6
0.45.5
0.45.4
0.45.3
0.45.2
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.2
0.40.1
0.40.0
0.39.1
0.39.0
0.38.0
0.37.1
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.2
0.32.0
0.31.3
0.31.2
0.31.1
0.31.0
0.30.1
0.30.0
0.29.0
This is a standalone application.
github.com/authup/authup
authup/authup
@authup/server-api
/
dist
/
config
/
module.d.ts
5 lines
•
212 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Config
}
from
'./type'
;
export
declare
function
useConfig
(
):
Config
;
export
declare
function
unsetConfig
(
):
void
;
export
declare
function
createConfig
(
):
Config
;
//# sourceMappingURL=module.d.ts.map