主题
将字符串转换为连字符格式
给定一个字符串,以连字符格式返回它。
import { dash } from 'radash' dash('green fish blue fish') // => green-fish-blue-fish