Documentation
    Preparing search index...

    Type Alias Extractor<TShape>

    Extractor:
        | ((filePath: string, fileText: string) => Declaration<TShape>[])
        | ((filePath: string, fileText: string) => Promise<Declaration<TShape>[]>)

    Signature for extractor plugins.

    Type Parameters

    • TShape = Record<string, unknown>