UNPKG

ts-essentials

Version:
3 lines (2 loc) 165 B
import { IsExact } from "../../is-exact"; export declare const isExact: <ExpectedShape>() => <ActualShape>(x: IsExact<ActualShape, ExpectedShape>) => ExpectedShape;