Skip to content

Commit

Permalink
docs(): add return type for pick
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed May 17, 2017
1 parent 55071c0 commit ecdff8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/printer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any>}
*/
@Cordova()
pick(): Promise<any> { return; }
Expand Down

0 comments on commit ecdff8c

Please sign in to comment.