5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
/** Host loader entry for the browser-only conversation plugin. */
|
|
|
|
/** Provides no host-side behavior. */
|
|
export function apply(): void {}
|