flipper-common
Advanced tools
Comparing version 0.140.0 to 0.142.0
@@ -30,5 +30,6 @@ import { FlipperServer, FlipperServerCommands, FlipperServerEvents } from './server-types'; | ||
export declare type ServerAddOnCleanup = () => Promise<void>; | ||
export declare type ServerAddOn<Events extends EventsContract, Methods extends MethodsContract> = (connection: ServerAddOnPluginConnection<Events, Methods>, { flipperServer }: { | ||
export declare type ServerAddOnExtras = { | ||
flipperServer: FlipperServerForServerAddOn; | ||
}) => Promise<ServerAddOnCleanup>; | ||
}; | ||
export declare type ServerAddOn<Events extends EventsContract, Methods extends MethodsContract> = (connection: ServerAddOnPluginConnection<Events, Methods>, extras: ServerAddOnExtras) => Promise<ServerAddOnCleanup>; | ||
//# sourceMappingURL=ServerAddOn.d.ts.map |
{ | ||
"name": "flipper-common", | ||
"version": "0.140.0", | ||
"version": "0.142.0", | ||
"description": "Server & UI shared Flipper utilities", | ||
@@ -5,0 +5,0 @@ "repository": "facebook/flipper", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108961
1593