forked from github/awesome-cordova-plugins
committed by
Ibby Hadeed
parent
c44071d117
commit
a88cf7034b
+1
-1
@@ -162,7 +162,7 @@ export class NFC {
|
||||
/**
|
||||
* Convert string to bytes
|
||||
* @param str {string}
|
||||
* @returns {string}
|
||||
* @returns {number[]}
|
||||
*/
|
||||
@Cordova({ sync: true })
|
||||
static stringToBytes(str: string): number[] {return; };
|
||||
|
||||
Reference in New Issue
Block a user