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.

parsePluginHeader

Function
This function is defined in the plugins module.

Signature

def parsePluginHeader(content: string) -> PluginMetadata | null

Returns

Returns
PluginMetadata | null
The result of the operation.

Uses

  • n

Source

View on GitHub

src/plugins/index.ts at line 572

JS Plugins