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

7 lines
171 B
Plaintext

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