UNPKG
@shutootaki/gwm
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
git worktree manager CLI
github.com/shutootaki/gwm
shutootaki/gwm
@shutootaki/gwm
/
dist
/
config
/
loader.d.ts
11 lines
•
368 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
type
{
Config
}
from
'./types.js'
;
/** * 設定を読み込む *
@param
forceReload true にするとキャッシュを無視して再読込する */
export
declare
function
loadConfig
(
forceReload
?:
boolean
):
Config
;
/** * テスト用: キャッシュをクリア */
export
declare
function
__resetConfigCache
(
):
void
;
//# sourceMappingURL=loader.d.ts.map