MitocGroup/deep-framework

View on GitHub
src/deep-cache/lib/bootstrap.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by AlexanderC on 5/22/15.
 *
 * Bootstrap file loaded by npm as main
 */

'use strict';

import {Cache} from './Cache';

module.exports = Cache;