mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Remove unnecessary references in test files. (#14900)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/// <reference types="aws-lambda" />
|
||||
|
||||
var str: string = "any string";
|
||||
var date: Date = new Date();
|
||||
var anyObj: any = { abc: 123 };
|
||||
|
||||
Reference in New Issue
Block a user