Skip to content

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

Fonksiyon: toExportName()

toExportName(slug): string

Beta

Bir slug'ı ("github-actions") Simple Icons ihracat adı ("siGithubActions") olarak dönüştür.

Parametreler

slug

string

Döndürür

string

Örnek

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

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