Skip to content

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

Hàm: toExportName()

toExportName(slug): string

Beta

Chuyển một slug ("github-actions") thành tên export của Simple Icons ("siGithubActions").

Tham số

slug

string

Trả về

string

Ví dụ

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

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