lib/bootstrap.js
/**
* Created by AlexanderC on 5/22/15.
*
* Bootstrap file loaded by npm as main
*/
'use strict';
import {Cache} from './Cache';
let exports = module.exports = Cache;
/**
* Created by AlexanderC on 5/22/15.
*
* Bootstrap file loaded by npm as main
*/
'use strict';
import {Cache} from './Cache';
let exports = module.exports = Cache;