mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(tslint): fix noImplicitAny errors
This commit is contained in:
@ -6,7 +6,7 @@ export function renderDateTime(template: string, value: DateTimeData, locale: Lo
|
||||
return '';
|
||||
}
|
||||
|
||||
let tokens = [];
|
||||
let tokens: string[] = [];
|
||||
let hasText = false;
|
||||
FORMAT_KEYS.forEach((format, index) => {
|
||||
if (template.indexOf(format.f) > -1) {
|
||||
|
Reference in New Issue
Block a user