biofriction-wp-theme/node_modules/rxjs/add/operator/take.js.map

1 line
477 B
Plaintext
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
{"version":3,"file":"take.js","sourceRoot":"","sources":["../../../src/add/operator/take.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,qBAAqB,qBAAqB,CAAC,CAAA;AAE3C,uBAAU,CAAC,SAAS,CAAC,IAAI,GAAG,WAAI,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { take } from '../../operator/take';\n\nObservable.prototype.take = take;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n take: typeof take;\n }\n}"]}