UNPKG

@iconify/utils

Version:

Common functions for working with Iconify icon sets used by various packages.

7 lines (5 loc) 171 B
/** * Get boolean customisation value from attribute */ declare function toBoolean(name: string, value: unknown, defaultValue: boolean): boolean; export { toBoolean };