Run example
npm run import -- "test export cache"
test export cache
var importer = require('../Core')
var {createExportCache} = importer.import("create export cache")
module.exports = createExportCache
if(typeof $ !== 'undefined') {
createExportCache()
}