mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:39:30 +08:00
6 lines
171 B
Text
6 lines
171 B
Text
/**
|
|
* Get boolean customisation value from attribute
|
|
*/
|
|
declare function toBoolean(name: string, value: unknown, defaultValue: boolean): boolean;
|
|
|
|
export { toBoolean };
|