loopback/test/fixtures/shared-methods/model-config-defined-true/common/models/todo.js

9 lines
227 B
JavaScript
Raw Normal View History

2016-05-03 22:50:21 +00:00
// Copyright IBM Corp. 2015. All Rights Reserved.
// Node module: loopback
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
2015-09-19 02:13:08 +00:00
module.exports = function(Todo) {
};