mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
commit
5e2f201fcd
@ -67,7 +67,7 @@ export class Globalization {
|
|||||||
@Cordova({
|
@Cordova({
|
||||||
callbackOrder: 'reverse'
|
callbackOrder: 'reverse'
|
||||||
})
|
})
|
||||||
static getDateNames(options:{type,item}) : Promise<{value:Array<string>}> {return}
|
static getDateNames(options:{type:string,item:string}) : Promise<{value:Array<string>}> {return}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if day light saving is active
|
* Check if day light saving is active
|
||||||
@ -117,6 +117,6 @@ export class Globalization {
|
|||||||
* @param currencyCode
|
* @param currencyCode
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static getCurrencyPattern(currencyCode:string) : Promise<{pattern, code, fraction, rounding, decimal, grouping}> {return}
|
static getCurrencyPattern(currencyCode:string) : Promise<{pattern:string, code:string, fraction:number, rounding:number, decimal:number, grouping:string}> {return}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user