UNPKG
@validkeys/ollypop-ts
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Automatic TypeScript barrel file generator CLI.
github.com/validkeys/ollypop-ts
validkeys/ollypop-ts
@validkeys/ollypop-ts
/
dist
/
index.d.ts
6 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
export
{ configExists, createConfig, loadConfig }
from
'./config-loader.js'
;
export
{
BarrelGenerator
}
from
'./generator.js'
;
export
{
FileScanner
}
from
'./scanner.js'
;
export
{
TemplateEngine
}
from
'./templates.js'
;
export
*
from
'./types.js'
;
//# sourceMappingURL=index.d.ts.map