UNPKG
@towercg2/cli
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
The command-line components for TowerCG2's server.
github.com/towercg2/towercg2
towercg2/towercg2
@towercg2/cli
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
import
{
Config
}
from
"@towercg2/server"
;
export
declare
function
withConfig<T>(
configPath
:
string
,
fn
:
(
config
:
Config
) =>
T |
Promise
<T>):
Promise
<T>;