UNPKG

ts-essentials

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