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"