Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 959b8f5

Browse files
committed
#226 Remove flow type annotations
1 parent bd54a37 commit 959b8f5

10 files changed

+0
-10
lines changed

src/android.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/class/RNFetchBlobFile.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65

76
import {

src/class/RNFetchBlobReadStream.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/class/RNFetchBlobSession.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/class/RNFetchBlobWriteStream.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/class/StatefulPromise.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
export default class StatefulPromise extends Promise {
76

src/fs.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/ios.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

src/net.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2016 wkh237@github. All rights reserved.
22
// Use of this source code is governed by a MIT-style license that can be
33
// found in the LICENSE file.
4-
// @flow
54

65
import {
76
NativeModules,

0 commit comments

Comments
 (0)