mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
parent
c44071d117
commit
a88cf7034b
@ -162,7 +162,7 @@ export class NFC {
|
|||||||
/**
|
/**
|
||||||
* Convert string to bytes
|
* Convert string to bytes
|
||||||
* @param str {string}
|
* @param str {string}
|
||||||
* @returns {string}
|
* @returns {number[]}
|
||||||
*/
|
*/
|
||||||
@Cordova({ sync: true })
|
@Cordova({ sync: true })
|
||||||
static stringToBytes(str: string): number[] {return; };
|
static stringToBytes(str: string): number[] {return; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user