astro-ghostcms/.pnpm-store/v3/files/e6/594b8c9eca2544255c8807cb86f...

7 lines
171 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Get boolean customisation value from attribute
*/
declare function toBoolean(name: string, value: unknown, defaultValue: boolean): boolean;
export { toBoolean };