UNPKG

@vrerv/md-to-notion

Version:

An upload of markdown files to a hierarchy of Notion pages.

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