UNPKG
ot-json0
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
JSON OT type
github.com/ottypes/json0
ottypes/json0
ot-json0
/
lib
/
index.js
8 lines
(6 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Only the JSON type is exported, because the text type is deprecated
// otherwise. (If you want to use it somewhere, you're welcome to pull it out
// into a separate module that json0 can depend on).
module
.
exports
= { type: require(
'./json0'
) };