UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

12 lines (11 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INDEX_EVENT = void 0; exports.onIndexCreated = onIndexCreated; exports.INDEX_EVENT = 'index'; function onIndexCreated(error) { if (error !== undefined) { // tslint:disable-next-line:no-console console.error('index event emitted.', error); } }