From 1bba41923578c30ca44db7c1692912c1a939a5a9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 29 May 2017 20:02:46 +0100 Subject: [PATCH] add flow annotation Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/BasePlatform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BasePlatform.js b/src/BasePlatform.js index f7be7c5652..7e5242b1fd 100644 --- a/src/BasePlatform.js +++ b/src/BasePlatform.js @@ -30,7 +30,7 @@ export default class BasePlatform { } // Used primarily for Analytics - getHumanReadableName() { + getHumanReadableName(): string { return 'Base Platform'; }