@lelantos-org/sdk / core / bool
Function: bool() โ
ts
function bool(v, path): boolean;Defined in: @lelantos-org/sdk/dist/core/decode.d.ts:7
Strict: 0, 1, "true" and null are all rejected.
Parameters โ
| Parameter | Type |
|---|---|
v | unknown |
path | string |
Returns โ
boolean