const { dashCase } = await signalize.resolve('strings/cases');
Convert any case into dash case:
dashCase('Hello World!') // hello-world