* A function which will be called during config generation * @param {JssConfig} config Current (accumulated) config
(config: JssConfig)
| 23 | * @param {JssConfig} config Current (accumulated) config |
| 24 | */ |
| 25 | exec(config: JssConfig): Promise<JssConfig>; |
| 26 | } |
| 27 | |
| 28 | export class JssConfigFactory { |
no outgoing calls