/** * This module contains interfaces that provide the basic messages that an * expectation can understand, depending on it's type. * * @module Expectations/Interfaces * @author Alan Rodas Bonjour */ export * from './Expectation'; export * from './FinishedExpectation'; export * from './BooleanExpectation'; export * from './NumberExpectation'; export * from './StringExpectation'; export * from './ObjectExpectation'; export * from './ArrayExpectation'; //# sourceMappingURL=index.d.ts.map