/**
 * Flowtype definitions for Fn
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.14.1
 */

export type Fn = (...args: any[]) => any;
