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) 124 B
import { ZetaIconError } from "./types.js"; export declare function checkCategoryName(categoryName: string): ZetaIconError;