Skip to content

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

Συνάρτηση: toExportName()

toExportName(slug): string

Βήτα

Μετατρέψτε ένα slug ("github-actions") στο όνομα εξαγωγής του Simple Icons ("siGithubActions").

Παράμετροι

slug

string

Επιστρέφει

string

Παράδειγμα

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

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