You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
482 B
1 lines
482 B
{"version":3,"file":"last.js","sourceRoot":"","sources":["../../../src/add/operator/last.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,qBAAqB,qBAAqB,CAAC,CAAA;AAE3C,uBAAU,CAAC,SAAS,CAAC,IAAI,GAAQ,WAAI,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { last } from '../../operator/last';\n\nObservable.prototype.last = <any>last;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n last: typeof last;\n }\n}"]} |