mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refactor: follow array-type lint rule
This commit is contained in:
@@ -54,7 +54,7 @@ export interface SmsOptionsAndroid {
|
||||
export class SMS extends IonicNativePlugin {
|
||||
/**
|
||||
* Sends sms to a number
|
||||
* @param phoneNumber {string|Array<string>} Phone number
|
||||
* @param phoneNumber {string|string[]} Phone number
|
||||
* @param message {string} Message
|
||||
* @param options {SmsOptions} Options
|
||||
* @returns {Promise<any>} Resolves promise when the SMS has been sent
|
||||
|
||||
Reference in New Issue
Block a user