mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export { TestScheduler } from '../internal/testing/TestScheduler';
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var TestScheduler_1 = require("../internal/testing/TestScheduler");
|
||||
exports.TestScheduler = TestScheduler_1.TestScheduler;
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["../src/testing/index.ts"],"names":[],"mappings":";;AAAA,mEAAkE;AAAzD,wCAAA,aAAa,CAAA"}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "rxjs/testing",
|
||||
"typings": "./index.d.ts",
|
||||
"main": "./index.js",
|
||||
"module": "../_esm5/testing/index.js",
|
||||
"es2015": "../_esm2015/testing/index.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
Reference in New Issue
Block a user