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