Kind: Function
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-04-analysis/iterative-deep-loader.ts
Create a default file loader that reads from the file system
Signature
tsfunction createFileLoader(basePath: string): (filePath: string, startLine?: number, endLine?: number) => Promise<string>
Parameters
| Name | Type |
|---|---|
basePath | string |
Returns: (filePath: string, startLine?: number, endLine?: number) => Promise<string>
Was this page helpful?