Kind: Function
Extract the first declaration line as a signature.
Signature
tsfunction extractSignature(fileCache: FileCache, absolutePath: string, startLine: number): string | undefined
Parameters
| Name | Type |
|---|---|
fileCache | FileCache |
absolutePath | string |
startLine | number |
Returns: string | undefined
Was this page helpful?