@v4fire/core
Version:
V4Fire core library
15 lines (14 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _implementation = require("../../../core/functools/implementation");
const sendEvent = () => {
(0, _implementation.unimplement)({
type: 'function',
name: 'sendAnalyticsEvent'
});
};
var _default = sendEvent;
exports.default = _default;