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
550 B

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