Updated factis-hexastore. Now import and export functions are available with:
var factis = new require('factis');
var myExport = factis.hexastore.exportString();
var copyOfFactis = new require('factis');
factis.hexastore.importString(myExport);
Update Readme
Update Readme
Add throw errors when adding or removing wrong things to hexastore
Initial version