UNPKG

@types/es-abstract

Version:
4 lines (3 loc) 168 B
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types declare function thisBooleanValue(value: boolean | Boolean): boolean; export = thisBooleanValue;