From ecdff8c0e5e25d56c9fc2faf8d8390824bb9de58 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Wed, 17 May 2017 07:03:27 -0400 Subject: [PATCH] docs(): add return type for pick --- src/@ionic-native/plugins/printer/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/@ionic-native/plugins/printer/index.ts b/src/@ionic-native/plugins/printer/index.ts index e115f18b8..ef2abde76 100644 --- a/src/@ionic-native/plugins/printer/index.ts +++ b/src/@ionic-native/plugins/printer/index.ts @@ -86,6 +86,7 @@ export class Printer extends IonicNativePlugin { /** * Displays a system interface allowing the user to select an available printer. To speak with a printer directly you need to know the network address by picking them before via `printer.pick`. + * @returns {Promise} */ @Cordova() pick(): Promise { return; }