Skip to content

pantoken / plugins/pantoken/simple-icons/src / toExportName

Fušla: toExportName()

toExportName(slug): string

Behta

Geavahuvvot slug ("github-actions") Simple Icons export-namme ("siGithubActions").

Parametera

slug

string

Gullii / Gávdnat

string

Exempel

ts
import { toExportName } from "@pantoken/plugin-simple-icons";

toExportName("github"); // "siGithub"
toExportName("github-actions"); // "siGithubActions"