@launchmenu/core
Version:
An environment for visual keyboard controlled applets
11 lines • 514 B
TypeScript
import { LMSession } from "../../LMSession/LMSession";
import { IApplet } from "../_types/IApplet";
import { TWithSession } from "./_types/TWithSession";
/**
* Retrieves an applet when a session is supplied
* @param applet The applet data
* @param session The applet data when a session is supplied
* @returns The applet when session data is provided
*/
export declare function withSession<E extends IApplet>(applet: E, session: LMSession): TWithSession<E>;
//# sourceMappingURL=withSession.d.ts.map