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.js
6 lines
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
/** * Utilities for working with typescript types */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=type-utils.js.map