UNPKG

154 BTypeScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-types
2declare function thisBooleanValue(value: boolean | Boolean): boolean;
3export = thisBooleanValue;