Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

discover_plugins

AsyncFunction
This function is defined in the parity module.

Signature

async def discover_plugins(dirs?: string[]) -> Promise<string[]>

Returns

Returns
Promise<string[]>
The result of the operation.

Uses

  • get_default_plugin_dirs
  • flatMap

Used By

Source

View on GitHub

src/parity/index.ts at line 1902

JS Plugins