NateFerrero/amna

View on GitHub
src/lib/refs.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

/**
 * AMNA: Amazing Mongoose Node.js API
 *
 * @author Nate Ferrero
 * @url https://github.com/NateFerrero/amna
 *
 * AMNA - Refs
 */
module.exports = function () {
    return {};
};