UNPKG

zeta-icon-name-checker

Version:

A utility used to check the validity of icon and category names in the Zeta Icon Library.

3 lines (2 loc) 161 B
import { ZetaIconError } from "./types.js"; export declare function checkIconName(iconName: string, categoryName?: string, usedNames?: string[]): ZetaIconError;