Kind: Function
Source: src/utils/filepath.ts
Part of: Utils
Signature
tsfunction getFilePathWithoutDefaultDocument(options: Omit<FilePathOptions, 'defaultDocument'>): string | undefined
Parameters
| Name | Type |
|---|---|
options | Omit<FilePathOptions, 'defaultDocument'> |
Returns: string | undefined
Was this page helpful?