UNPKG

@jahands/notion-client

Version:
8 lines 175 B
/** * Utilities for working with typescript types */ /** * Assert U is assignable to T. */ export type Assert<T, U extends T> = U; //# sourceMappingURL=type-utils.d.ts.map