IOweb/node_modules/@iconify/utils/lib/customisations/bool.d.cts
2026-07-03 15:07:38 -05:00

6 lines
171 B
TypeScript

/**
* Get boolean customisation value from attribute
*/
declare function toBoolean(name: string, value: unknown, defaultValue: boolean): boolean;
export { toBoolean };