Skip to content

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

Funktio: toExportName()

toExportName(slug): string

Beta

Muuta slug ("github-actions") sen Simple Icons -viennin nimeksi ("siGithubActions").

Parametrit

slug

string

Palauttaa

string

Esimerkki

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

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