mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
suppress warning bunyan/bunyan-test.ts
This commit is contained in:
@@ -96,7 +96,7 @@ log.fatal(error);
|
||||
log.fatal(object);
|
||||
log.fatal('Hello, %s', 'world!');
|
||||
|
||||
var recursive = {
|
||||
var recursive: any = {
|
||||
hello: 'world',
|
||||
whats: {
|
||||
huh: recursive
|
||||
|
||||
Reference in New Issue
Block a user