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

{"version":3,"file":"of.js","sourceRoot":"","sources":["../../../src/add/observable/of.ts"],"names":[],"mappings":";AAAA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,mBAA+B,qBAAqB,CAAC,CAAA;AAErD,uBAAU,CAAC,EAAE,GAAG,OAAQ,CAAC","sourcesContent":["import { Observable } from '../../Observable';\nimport { of as staticOf } from '../../observable/of';\n\nObservable.of = staticOf;\n\ndeclare module '../../Observable' {\n namespace Observable {\n export let of: typeof staticOf; //formOf an iceberg!\n }\n}"]}