forked from jouke/loopback-auditz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
22 lines (14 loc) · 616 Bytes
/
Copy pathindex.js
File metadata and controls
22 lines (14 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _util = require('util');
var _auditz = require('./auditz');
var _auditz2 = _interopRequireDefault(_auditz);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = (0, _util.deprecate)(function (app) {
return app.loopback.modelBuilder.mixins.define('Auditz', _auditz2.default);
}, 'DEPRECATED: Use mixinSources, see https://github.com/jouke/loopback-auditz');
module.exports = exports.default;
module.exports = exports['default'];
//# sourceMappingURL=index.js.map