Skip to content

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

ฟังก์ชัน: toExportName()

toExportName(slug): string

เบต้า

แปลง slug ("github-actions") เป็นชื่อที่ใช้ส่งออกของ Simple Icons ("siGithubActions").

พารามิเตอร์

slug

string

คืนค่า

string

ตัวอย่าง

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

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