Opal-Estate-Pro/node_modules/rxjs/add/operator/audit.d.ts
2019-09-13 11:27:52 +07:00

7 lines
149 B
TypeScript
Executable File

import { audit } from '../../operator/audit';
declare module '../../Observable' {
interface Observable<T> {
audit: typeof audit;
}
}