UNPKG

158 BTypeScriptView Raw
1import { Exact } from "../../exact";
2export declare const isExact: <ExpectedShape>() => <ActualShape>(x: Exact<ActualShape, ExpectedShape>) => ExpectedShape;