Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/is-boolean-object/index.d.ts

declare function isBooleanObject(value: unknown): value is boolean | Boolean;

export = isBooleanObject;
Back to Directory File Manager