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

{"version":3,"file":"concat.js","sourceRoot":"","sources":["../../../src/add/observable/concat.ts"],"names":[],"mappings":";AAAA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,uBAAuC,yBAAyB,CAAC,CAAA;AAEjE,uBAAU,CAAC,MAAM,GAAG,eAAY,CAAC","sourcesContent":["import { Observable } from '../../Observable';\nimport { concat as concatStatic } from '../../observable/concat';\n\nObservable.concat = concatStatic;\n\ndeclare module '../../Observable' {\n namespace Observable {\n export let concat: typeof concatStatic;\n }\n}"]}