biofriction-wp-theme/node_modules/rxjs/add/operator/mapTo.d.ts

7 lines
149 B
TypeScript

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