Files
CATALOGO_INFINITY/backend/node_modules/is-boolean-object/index.d.ts
T
2026-06-09 08:25:57 -05:00

4 lines
105 B
TypeScript

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