blob: d634402ae768f48c569e4090df2670fd51152ddc [file] [log] [blame]
import { Observable } from '../../Observable';
import { skipLast } from '../../operator/skipLast';
Observable.prototype.skipLast = skipLast;
//# sourceMappingURL=skipLast.js.map