We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef2d04 + 7b3152f commit 31ebb1fCopy full SHA for 31ebb1f
src/subscription/index.js
@@ -1 +1,12 @@
1
+/**
2
+ * Copyright (c) 2017, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
9
+ * @flow
10
+ */
11
+
12
export { subscribe, createSourceEventStream } from './subscribe';
0 commit comments