[flow] misc warnings
This commit is contained in:
parent
73f7ceadcc
commit
c4472cf8e7
@ -83,7 +83,7 @@ export function isFunction(item?: any): boolean {
|
||||
* @param value
|
||||
* @return {boolean}
|
||||
*/
|
||||
export function isString(value): Boolean {
|
||||
export function isString(value: any): boolean {
|
||||
return typeof value === 'string';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user