UNPKG
@stacksjs/gitit
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
A simple way to programmatically download templates.
github.com/stacksjs/gitit
stacksjs/gitit
@stacksjs/gitit
/
dist
/
config.d.ts
5 lines
(4 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
GitItConfig
}
from
'./types'
;
export
declare
const
defaultConfig
:
GitItConfig
;
export
declare
const
config
:
GitItConfig
;
export
declare
function
loadPlugins
(
plugins
: (GitItPlugin | [GitItPlugin, Record<
string
,
any
>])[]
):
void
;