UNPKG

@next-boilerplate/cli-helpers

Version:
12 lines (10 loc) 291 B
/** * Apply the configuration of a template to the root directory. * @param param0 */ declare const applyConfigurationTask: ({ assetsDirectory, root, noTask, }: { assetsDirectory: string; root: string; noTask: boolean; }) => Promise<void>; export { applyConfigurationTask };