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

10 lines
246 B
JavaScript
Raw Normal View History

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