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"