Commit 8089a516 authored by Leon's avatar Leon

upload

parent 44c0533a
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"moment": "2.22.2", "moment": "2.22.2",
"topsin.crypto": "1.1.0", "topsin.crypto": "1.1.0",
"topsin.database": "1.1.0", "topsin.database": "1.1.0",
"topsin.logger": "1.1.0" "topsin.logger": "1.1.0",
"topsin.parser": "1.3.0"
} }
} }
var _parser = require("topsin.parser");
var r = _parser.parseRtf("1.rtf");
print(r);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment