UNPKG
haxball-server
Version:
latest (4.3.0)
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.0.2
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A feature-rich and stable headless server utility for Haxball
github.com/gabrielbrop/haxball-server
haxball-server
/
dist
/
utils
/
loadConfig.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
import
{
HaxballServerConfig
}
from
"../Global"
;
export
declare
function
loadConfig
(
file
?:
string
):
Promise
<
HaxballServerConfig
>;