UNPKG
@becomes/cms-bundler
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Bundler package for the BCMS
github.com/becomesco/cms-bundler
becomesco/cms-bundler
@becomes/cms-bundler
/
config-builder.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
import
{
Config
}
from
'./interfaces'
;
export
declare
function
BCMSConfigBuilder
(
config: Config
):
Config
;