Subtheme of barrio
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
469 B

{"version":3,"file":"max.js","sourceRoot":"","sources":["../../../src/add/operator/max.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,oBAAoB,oBAAoB,CAAC,CAAA;AAEzC,uBAAU,CAAC,SAAS,CAAC,GAAG,GAAG,SAAG,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { max } from '../../operator/max';\n\nObservable.prototype.max = max;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n max: typeof max;\n }\n}"]}