Johan Levin
Results
1
issues of
Johan Levin
When I try to compile this snipped with Typescript 4.9.4: ```ts import { isExact } from "ts-essentials"; declare const value1: number; declare const value2: number | undefined; isExact()(value1); // Works...
bug