Skip to content

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

פונקציה: toExportName()

toExportName(slug): string

בטא

המר סלאג ("github-actions") לשם הייצוא של Simple Icons ("siGithubActions").

פרמטרים

slug

string

מחזיר

string

דוגמה

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

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