Newer
Older
FanFarm / system / V3fanfarm-ubuntu-local / V3fanfarm-frontend / node_modules / is-boolean-object / index.d.ts
declare function isBooleanObject(value: unknown): value is boolean | Boolean;

export = isBooleanObject;