Improve some null types to prepare for strictNullChecks
This commit is contained in:
@@ -455,7 +455,7 @@ export function toFunction(obj) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @type {Array<Style>}
|
||||
* @type {Array<Style>|null}
|
||||
*/
|
||||
let defaultStyles = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user