ngn-data
Version:
Data modeling, stores, proxies, and utilities for NGN
20 lines (16 loc) • 562 B
JavaScript
/**
* v0.1.11 generated on: Sat Jun 24 2017 01:20:07 GMT+0000 (UTC)
* Copyright (c) 2014-2017, Ecor Ventures LLC. All Rights Reserved. See LICENSE (BSD3).
*/
Object.defineProperty(NGN, 'DATA', NGN.public({}))
const Record = require('./shared/data/model')
Object.defineProperties(NGN.DATA, {
Entity: NGN.privateconst(Record.Entity),
Model: NGN.const(Record.Model)
})
require('./shared/data/utility')
require('./shared/data/store')
require('./shared/data/proxy')
require('./shared/data/httpproxy')
require('./shared/data/connectionpool')