UNPKG

@notionhq/client

Version:

A simple and easy to use client for the Notion API

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