chore(types): Upgrade TypeScript to 3.2.2 (#3754)

This commit is contained in:
Joel Einbinder
2019-01-10 22:56:39 -08:00
committed by Andrey Lushnikov
parent c44564aa94
commit 29a2438534
7 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ class TaskQueue {
}
/**
* @param {function()} task
* @param {Function} task
* @return {!Promise}
*/
postTask(task) {