function loadPlugin
loadPlugin(..._args: unknown[]): never
Deprecated

loadPlugin has been removed from the public API. Dynamic plugin loading is Deno-specific and not compatible with JSR publishing. In Deno environments, import directly from ./PluginLoader.deno.ts instead.

Parameters

..._args: unknown[]

Return Type

never

Throws

Error

Always throws to indicate that this API is no longer supported.

Usage

import { loadPlugin } from ".";