1 line
326 B
Plaintext
Raw Normal View History

2019-09-13 11:27:52 +07:00
{"version":3,"file":"interval.js","sourceRoot":"","sources":["../../src/observable/interval.ts"],"names":[],"mappings":";AAAA,mCAAqC,sBAAsB,CAAC,CAAA;AAE/C,gBAAQ,GAAG,uCAAkB,CAAC,MAAM,CAAC","sourcesContent":["import { IntervalObservable } from './IntervalObservable';\n\nexport const interval = IntervalObservable.create;"]}