/** * @file hookify * @author Cuttle Cong * @date 2018/3/25 * @description */ import { Hook } from '../../types/TemplateConfig'; export default function hookify(hook: Hook, cwd: string): Function;