From c4d5b01acfe0cac31f94743a57e8e619178ba563 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 25 Aug 2020 09:43:54 +1000 Subject: feat: update to TypeScript 4.0 (#6514) --- std/fmt/printf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/fmt') diff --git a/std/fmt/printf.ts b/std/fmt/printf.ts index 36b6dddb0..2fb8acc0b 100644 --- a/std/fmt/printf.ts +++ b/std/fmt/printf.ts @@ -659,7 +659,7 @@ class Printf { } } - fmtV(val: object): string { + fmtV(val: Record): string { if (this.flags.sharp) { const options = this.flags.precision !== -1 ? { depth: this.flags.precision } -- cgit v1.2.3