UNPKG
@vrerv/md-to-notion
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
An upload of markdown files to a hierarchy of Notion pages.
vrerv.com
vrerv/md-to-notion
@vrerv/md-to-notion
/
build
/
src
/
type-utils.d.ts
8 lines
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 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