import type { TaskFunction } from 'gulp' export const withTaskName = (name: string, fn: T) => Object.assign(fn, { displayName: name })