/** * @license Use of this source code is governed by an MIT-style license that * can be found in the LICENSE file at https://github.com/cartant/rxjs-etc */ export * from "./observable"; export * from "./genericOperator"; export * from "./genericPipe"; export * from "./kinds"; export * from "./piped"; export * from "./scheduler"; export * from "./util"; import * as _operators from "./operators"; export const operators = _operators;