UNPKG

gold-sight

Version:

Test your code on realistic content, precisely

6 lines 726 B
import { deepClone } from "./utils/deepClone"; import { EventBus, getEventByState, getEventByPayload, getEvent, filterEventsByState, filterEventsByPayload, filterEvents, getEventUUID, getEventByUUID, filterEventsByUUID, withEventBus, withEvents, withEventNames, withEventNamesList, makeEventContext, } from "./utils/eventBus"; import { AbsCounter } from "./utils/absCounter"; export default AssertionMaster; export { deepClone, EventBus, getEventByState, getEventByPayload, filterEventsByState, filterEventsByPayload, filterEvents, getEvent, AbsCounter, getEventUUID, getEventByUUID, filterEventsByUUID, withEventBus, withEvents, withEventNames, withEventNamesList, makeEventContext, }; //# sourceMappingURL=index.types.js.map