18 lines
379 B
JavaScript
18 lines
379 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
||
|
var shared = require('@vue/shared');
|
||
|
|
||
|
|
||
|
|
||
|
Object.defineProperty(exports, 'NOOP', {
|
||
|
enumerable: true,
|
||
|
get: function () { return shared.NOOP; }
|
||
|
});
|
||
|
Object.defineProperty(exports, 'toRawType', {
|
||
|
enumerable: true,
|
||
|
get: function () { return shared.toRawType; }
|
||
|
});
|
||
|
//# sourceMappingURL=functions.js.map
|