parroit/telescope

View on GitHub
lib/telescope.js

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * telescope
 * https://github.com/parroit/telescope
 *
 * Copyright (c) 2013 parroit
 * Licensed under the MIT license.
 */

'use strict';

module.exports = {
    object: require("./Observable.js"),
    array: require("./ArrayObservable.js")
};