Skip to content

Commit

Permalink
chore(build): fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Apr 24, 2018
1 parent 977519d commit b92a488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chronos/i18n/ro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { LocaleData } from '../locale/locale.class';
//! author : Valentin Agachi : https://github.com/avaly
// ! author : Earle white: https://github.com/5earle

function relativeTimeWithPlural(num, withoutSuffix, key) {
let format = {
function relativeTimeWithPlural(num: number, withoutSuffix: boolean, key: string): string {
let format: {[key:string]: string} = {
ss: 'secunde',
mm: 'minute',
hh: 'ore',
Expand Down

0 comments on commit b92a488

Please sign in to comment.