Code coverage report for src/add/operator/takeLast.ts

Statements: 100% (3 / 3)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (3 / 3)      Ignored: none     

All files » src/add/operator/ » takeLast.ts
1 2 3 4 5 6 7 8 9 10        1 1   1    
/**
 * Everything in this file is generated by the 'tools/generate-operator-patches.ts' script.
 * Any manual edits to this file will be lost next time the script is run.
 **/
import {Observable} from '../../Observable';
import {takeLast} from '../../operator/takeLast';
 
Observable.prototype.takeLast = takeLast;
 
export var _void: void;