Skip to content

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

Swyddogaeth: toExportName()

toExportName(slug): string

Bêta

Trosi slug ("github-actions") i'w enw allforio Simple Icons ("siGithubActions").

Paramedrau

slug

string

Yn dychwelyd

string

Enghraifft

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

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