JezK
Edit File: thisBooleanValue.d.ts
// tslint:disable-next-line: ban-types declare function thisBooleanValue(value: boolean | Boolean): boolean; export = thisBooleanValue;